summaryrefslogtreecommitdiff
path: root/readable/bootswatch.less
diff options
context:
space:
mode:
Diffstat (limited to 'readable/bootswatch.less')
-rwxr-xr-xreadable/bootswatch.less32
1 files changed, 17 insertions, 15 deletions
diff --git a/readable/bootswatch.less b/readable/bootswatch.less
index c09047f6..0d0014ca 100755
--- a/readable/bootswatch.less
+++ b/readable/bootswatch.less
@@ -97,7 +97,17 @@ code, pre {
border-left: none;
}
- .nav-collapse.collapse {
+ &-inverse {
+
+ .brand:hover {
+ color: @white;
+ }
+ }
+}
+
+@media (max-width: @navbarCollapseWidth) {
+
+ .navbar .nav-collapse {
.nav li:first-child > a {
margin-bottom: 10px;
@@ -125,24 +135,16 @@ code, pre {
}
}
- &-inverse {
+ .navbar-inverse .nav-collapse {
- .brand:hover {
- color: @white;
+ .nav li > a {
+ color: @grayLighter;
}
- .nav-collapse.collapse {
-
- .nav li > a {
- color: @grayLighter;
- }
-
- .nav li > a:hover {
- background-color: rgba(0, 0, 0, 0.2);
- color: @white;
- }
+ .nav li > a:hover {
+ background-color: rgba(0, 0, 0, 0.2) !important;
+ color: @white;
}
-
}
}