Skip to content

Commit 3475dff

Browse files
committed
fix nav background color for dark mode
1 parent 88c778b commit 3475dff

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

styles/global.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -280,7 +280,7 @@ pre.code-box {
280280
width: var(--nav-width);
281281
position: sticky;
282282
top: 0;
283-
background-color: var(--sidebar-bg-color);
283+
background-color: var(--bg-color);
284284
z-index: 10000;
285285

286286
@media (min-width: $breakpoint-tablet) {

0 commit comments

Comments
 (0)