Skip to content

Commit de77eff

Browse files
simonsteigershravanngoswamii
authored andcommitted
better navbar text contrast
1 parent 82a4621 commit de77eff

File tree

1 file changed

+11
-5
lines changed

1 file changed

+11
-5
lines changed

theming/rules/_navbar.scss

Lines changed: 11 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -6,12 +6,18 @@
66
text-decoration: none !important;
77
}
88

9-
.nav-link:hover {
10-
color: $link-color !important;
9+
.nav-link {
10+
color: $text-muted;
11+
&:hover {
12+
color: $link-color !important;
13+
}
1114
}
1215

13-
.navbar-brand:hover {
14-
color: $link-color !important;
15-
transition: color 0.15s ease-in-out !important;
16+
.navbar-brand {
17+
color: $text-muted;
18+
&:hover {
19+
color: $link-color !important;
20+
transition: color 0.15s ease-in-out !important;
21+
}
1622
}
1723
}

0 commit comments

Comments
 (0)