diff options
author | Samy Pessé <samypesse@gmail.com> | 2015-10-05 12:07:19 +0200 |
---|---|---|
committer | Samy Pessé <samypesse@gmail.com> | 2015-10-05 12:07:19 +0200 |
commit | 90715c19440fdf54536662f0155b54a396fa216c (patch) | |
tree | 1cb466a75371579e2d5c8fb7b1397577a6cc7e17 /theme/stylesheets/website/header.less | |
parent | 801e1b6059695a04134b513fef5f3051dab6cf5a (diff) | |
download | gitbook-90715c19440fdf54536662f0155b54a396fa216c.zip gitbook-90715c19440fdf54536662f0155b54a396fa216c.tar.gz gitbook-90715c19440fdf54536662f0155b54a396fa216c.tar.bz2 |
Remove fontsettings from core and add plugin as default
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; - } - } - } } |