Skip to content

Commit f9e5dfc

Browse files
committed
Changes to hamburger icon to make it visible
1 parent df73a09 commit f9e5dfc

File tree

2 files changed

+16
-0
lines changed

2 files changed

+16
-0
lines changed

static/themes/dark-theme.css

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,14 @@ body {
1212
color: #aaa !important;
1313
}
1414

15+
.navbar .navbar-toggle {
16+
background-color: #3e3e3e !important;
17+
}
18+
19+
.navbar .navbar-toggle .icon-bar {
20+
background-color: #f2f2f2 !important;
21+
}
22+
1523
.nav.navbar-nav.navbar-left li:hover {
1624
color: #ccc !important;
1725
}

static/themes/default-theme.css

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,14 @@
88
color: #ddd;
99
}
1010

11+
.navbar .navbar-toggle {
12+
background-color: #f2f2f2;
13+
}
14+
15+
.navbar .navbar-toggle .icon-bar {
16+
background-color: black;
17+
}
18+
1119
.float-link {
1220
background-color: rgba(128, 128, 128, 0.5);
1321
}

0 commit comments

Comments
 (0)