Skip to content

Commit a3be1a8

Browse files
committed
revert css change
1 parent 7bd25ab commit a3be1a8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/styles/global-nav.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
z-index: 5;
2525
box-shadow: var(--navbar-box-shadow);
2626
@include darkMode {
27-
--navbar-background-color: #ccc;
27+
--navbar-background-color: var(--amplify-colors-primary-40);
2828
}
2929
}
3030

0 commit comments

Comments
 (0)