We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a8459b9 commit 06306ceCopy full SHA for 06306ce
theming/rules/_navbar.scss
@@ -6,12 +6,18 @@
6
text-decoration: none !important;
7
}
8
9
- .nav-link:hover {
10
- color: $link-color !important;
+ .nav-link {
+ color: $text-muted;
11
+ &:hover {
12
+ color: $link-color !important;
13
+ }
14
15
- .navbar-brand:hover {
- transition: color 0.15s ease-in-out !important;
16
+ .navbar-brand {
17
18
19
20
+ transition: color 0.15s ease-in-out !important;
21
22
23
0 commit comments