summaryrefslogtreecommitdiffstats
path: root/theme/stylesheets/book/navigation.less
diff options
context:
space:
mode:
Diffstat (limited to 'theme/stylesheets/book/navigation.less')
-rwxr-xr-xtheme/stylesheets/book/navigation.less10
1 files changed, 10 insertions, 0 deletions
diff --git a/theme/stylesheets/book/navigation.less b/theme/stylesheets/book/navigation.less
index 33cb9be..def970e 100755
--- a/theme/stylesheets/book/navigation.less
+++ b/theme/stylesheets/book/navigation.less
@@ -42,4 +42,14 @@
float: left;
}
}
+}
+.book.color-theme-1 .book-body {
+ .navigation:hover{
+ background-color: @body-pagination-background-1;
+ }
+}
+.book.color-theme-2 .book-body {
+ .navigation:hover{
+ background-color: @body-pagination-background-2;
+ }
} \ No newline at end of file