Skip to content

Commit 9016dc0

Browse files
committed
Improve dark theme readbility
1 parent 67a9173 commit 9016dc0

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

static/themes/dark-theme.css

+12
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,18 @@ body {
88
background-color: #333 !important;
99
}
1010

11+
.navbar-default .navbar-nav li a {
12+
color: #337ab7 !important;
13+
}
14+
15+
.navbar-default .navbar-nav li a:hover {
16+
color: #23527c !important;
17+
}
18+
19+
.navbar-default ul.nav li:hover {
20+
background-color: #eee !important;
21+
}
22+
1123
.navbar-brand img.inverse {
1224
display: block !important;
1325
}

0 commit comments

Comments
 (0)