Skip to content

Commit 7016127

Browse files
committed
mobile navigation fixes
1 parent 2eab5e2 commit 7016127

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

src/css/nav.css

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,10 @@
4343
height: var(--nav-height);
4444
}
4545

46+
.sections-body .nav {
47+
background-color: white;
48+
}
49+
4650
@media screen and (min-width: 769px) {
4751
.nav {
4852
box-shadow: 0.5px 0 3px var(--nav-border-color);

src/css/toolbar.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
}
1414

1515
.sections-body .toolbar {
16-
background-color: unset;
16+
background-color: white;
1717
}
1818

1919
.toolbar a {

0 commit comments

Comments
 (0)