Skip to content

Commit 2c3f75b

Browse files
committed
Removing header styles not working with light theme
1 parent 4cfa7e4 commit 2c3f75b

File tree

1 file changed

+1
-7
lines changed

1 file changed

+1
-7
lines changed

assets/scss/common/_variables-custom.scss

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -4,13 +4,7 @@
44
// example:
55
// $primary: yellow;
66

7+
78
// dark mode postfixed with dark
89
$body-bg-dark: #212529;
9-
10-
.navbar,
11-
.doks-subnavbar {
12-
background-color: #212529 !important;
13-
border-bottom: 1px solid $border-dark;
14-
}
15-
1610
$body-color-dark: #dee2e6;

0 commit comments

Comments
 (0)