Skip to content

Commit cbadaa3

Browse files
committed
fix(main): update background color in darkmode
1 parent cff8db3 commit cbadaa3

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

src/styles/base.scss

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,9 @@ html {
1010
-moz-text-size-adjust: none;
1111
-webkit-text-size-adjust: none;
1212
text-size-adjust: none;
13+
&:has([data-amplify-color-mode='dark']) {
14+
background-color: var(--amplify-colors-neutral-100);
15+
}
1316
}
1417

1518
:root {

0 commit comments

Comments
 (0)