summaryrefslogtreecommitdiff
path: root/spacelab/bootswatch.less
diff options
context:
space:
mode:
Diffstat (limited to 'spacelab/bootswatch.less')
-rwxr-xr-xspacelab/bootswatch.less15
1 files changed, 11 insertions, 4 deletions
diff --git a/spacelab/bootswatch.less b/spacelab/bootswatch.less
index 5425db89..bd11ada6 100755
--- a/spacelab/bootswatch.less
+++ b/spacelab/bootswatch.less
@@ -88,13 +88,20 @@
}
}
-.navbar .nav-collapse > .nav > li > a > .caret {
- border-top-color: @grayLight;
+.navbar .nav-collapse > .nav li > a {
+
+ color: @textColor;
+
+ .caret {
+ border-top-color: @grayLight;
+ }
}
-.navbar .nav-collapse > .nav > li > a:hover {
+
+.navbar .nav-collapse > .nav li > a:hover {
text-shadow: none;
- color: @white;
+ color: @linkColor;
+ background-color: transparent;
.caret {
border-top-color: @white;