Skip to content

Commit 3a48f9f

Browse files
committed
Improve contrast on nav bar
1 parent 096d8d4 commit 3a48f9f

File tree

1 file changed

+8
-2
lines changed

1 file changed

+8
-2
lines changed

assets/sass/main.scss

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,14 @@ html {
99

1010
nav.navbar {
1111
margin-bottom: 0;
12-
div.container a:hover {
13-
background: $line-color-muted;
12+
13+
div.container {
14+
a {
15+
color: #333;
16+
}
17+
a:hover {
18+
background: $line-color-muted;
19+
}
1420
}
1521
}
1622

0 commit comments

Comments
 (0)