diff options
Diffstat (limited to 'theme/stylesheets/website/header.less')
-rwxr-xr-x | theme/stylesheets/website/header.less | 38 |
1 files changed, 0 insertions, 38 deletions
diff --git a/theme/stylesheets/website/header.less b/theme/stylesheets/website/header.less index 2e987d7..c783548 100755 --- a/theme/stylesheets/website/header.less +++ b/theme/stylesheets/website/header.less @@ -79,42 +79,4 @@ } } } - - &.color-theme-1{ - .book-header{ - color: @header-color-1; - background: @header-background-1; - - .btn { - color: @header-button-color-1; - &:hover { - color: @header-button-hover-color-1; - background: @header-button-hover-background-1; - } - } - - h1 { - color: @page-color-1; - } - } - } - - &.color-theme-2{ - .book-header{ - color: @header-color-2; - background: @header-background-2; - - .btn { - color: @header-button-color-2; - &:hover { - color: @header-button-hover-color-2; - background: @header-button-hover-background-2; - } - } - - h1 { - color: @page-color-2; - } - } - } } |