summaryrefslogtreecommitdiff
path: root/cosmo/bootswatch.less
diff options
context:
space:
mode:
Diffstat (limited to 'cosmo/bootswatch.less')
-rw-r--r--cosmo/bootswatch.less8
1 files changed, 6 insertions, 2 deletions
diff --git a/cosmo/bootswatch.less b/cosmo/bootswatch.less
index f4038ede..fd57501b 100644
--- a/cosmo/bootswatch.less
+++ b/cosmo/bootswatch.less
@@ -122,13 +122,17 @@ div.subnav {
border: none;
}
- .nav > .active > a,
- .nav > .active > a:hover {
+ .nav > .active > a {
padding-left: 12px;
border: none;
background-color: transparent;
.box-shadow(none);
color: @grayDarker;
+
+ &:hover {
+ background-color: @black;
+ color: @white;
+ }
}
&-fixed {