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 2eab5e2 commit 7016127Copy full SHA for 7016127
src/css/nav.css
@@ -43,6 +43,10 @@
43
height: var(--nav-height);
44
}
45
46
+.sections-body .nav {
47
+ background-color: white;
48
+}
49
+
50
@media screen and (min-width: 769px) {
51
.nav {
52
box-shadow: 0.5px 0 3px var(--nav-border-color);
src/css/toolbar.css
@@ -13,7 +13,7 @@
13
14
15
.sections-body .toolbar {
16
- background-color: unset;
17
18
19
.toolbar a {
0 commit comments