summaryrefslogtreecommitdiffstats
path: root/theme/stylesheets/website/navigation.less
diff options
context:
space:
mode:
Diffstat (limited to 'theme/stylesheets/website/navigation.less')
-rwxr-xr-xtheme/stylesheets/website/navigation.less10
1 files changed, 7 insertions, 3 deletions
diff --git a/theme/stylesheets/website/navigation.less b/theme/stylesheets/website/navigation.less
index e30bf7e..4c9cb29 100755
--- a/theme/stylesheets/website/navigation.less
+++ b/theme/stylesheets/website/navigation.less
@@ -49,10 +49,14 @@
}
}
.book.color-theme-1 .book-body {
- .navigation:hover{
- }
+
}
.book.color-theme-2 .book-body {
- .navigation:hover{
+ .navigation {
+ color: rgba(255, 255, 255, 0.4);
+
+ &:hover {
+ color: rgba(255, 255, 255, 0.9);
+ }
}
} \ No newline at end of file