Skip to content

Commit

Permalink
fix: light body bg
Browse files Browse the repository at this point in the history
  • Loading branch information
braebo committed May 18, 2024
1 parent 7fabcfe commit a450eb8
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions src/app.scss
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,10 @@ $mobile: 1000px;

html {
--body-bg: var(--bg-a);
background: var(--body-bg);
}
&[theme='light'] {
--body-bg: var(--bg-b);
}

html[theme='light'] {
--body-bg: var(--bg-b);
background: var(--body-bg);
}

Expand Down

0 comments on commit a450eb8

Please sign in to comment.