summaryrefslogtreecommitdiffstats
path: root/theme/stylesheets/website/header.less
diff options
context:
space:
mode:
authorSamy Pessé <samypesse@gmail.com>2015-10-05 12:07:19 +0200
committerSamy Pessé <samypesse@gmail.com>2015-10-05 12:07:19 +0200
commit90715c19440fdf54536662f0155b54a396fa216c (patch)
tree1cb466a75371579e2d5c8fb7b1397577a6cc7e17 /theme/stylesheets/website/header.less
parent801e1b6059695a04134b513fef5f3051dab6cf5a (diff)
downloadgitbook-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-xtheme/stylesheets/website/header.less38
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;
- }
- }
- }
}