Skip to content

Commit

Permalink
Tweak body background colour on dark mode
Browse files Browse the repository at this point in the history
  • Loading branch information
helenclx committed Sep 30, 2024
1 parent 6a40734 commit 3fccd08
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/assets/css/global.css
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@

@media (prefers-color-scheme: dark) {
:root {
--clr-body-bg: #0e0e0e;
--clr-body-bg: #121212;
--clr-txt-default: #fff;

--clr-slate-300: #f8f8f8;
Expand Down

0 comments on commit 3fccd08

Please sign in to comment.