We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1793c91 commit 0dfc8c1Copy full SHA for 0dfc8c1
_includes/css/sotm.css
@@ -103,12 +103,6 @@ div.affix {
103
}
104
105
106
-@media(max-width:767px) {
107
- .navbar, .navbar a, .navbar a:hover {
108
- color: {{ site.color.links }};
109
- }
110
-}
111
-
112
nav a, .nav a {
113
text-decoration: none;
114
font-weight: 500;
@@ -148,6 +142,12 @@ footer a:focus,
148
142
149
143
150
144
145
+@media(max-width:766px) {
146
+ .navbar-custom {
147
+ background-color: {{ site.color.primary-light }};
+ }
+}
+
151
.navbar-custom .navbar-brand {
152
font-weight: normal;
153
0 commit comments