summaryrefslogtreecommitdiffstats
path: root/theme/stylesheets
diff options
context:
space:
mode:
Diffstat (limited to 'theme/stylesheets')
-rwxr-xr-xtheme/stylesheets/website/header.less10
1 files changed, 10 insertions, 0 deletions
diff --git a/theme/stylesheets/website/header.less b/theme/stylesheets/website/header.less
index 27b5927..2e987d7 100755
--- a/theme/stylesheets/website/header.less
+++ b/theme/stylesheets/website/header.less
@@ -84,6 +84,7 @@
.book-header{
color: @header-color-1;
background: @header-background-1;
+
.btn {
color: @header-button-color-1;
&:hover {
@@ -91,6 +92,10 @@
background: @header-button-hover-background-1;
}
}
+
+ h1 {
+ color: @page-color-1;
+ }
}
}
@@ -98,6 +103,7 @@
.book-header{
color: @header-color-2;
background: @header-background-2;
+
.btn {
color: @header-button-color-2;
&:hover {
@@ -105,6 +111,10 @@
background: @header-button-hover-background-2;
}
}
+
+ h1 {
+ color: @page-color-2;
+ }
}
}
}