Skip to content

Commit

Permalink
Adjust body background color on light mode
Browse files Browse the repository at this point in the history
  • Loading branch information
helenclx committed Dec 9, 2024
1 parent 8128a2a commit 5eff106
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 @@ -4,7 +4,7 @@
:root {
color-scheme: light dark;

--clr-body-bg: light-dark(#FCFCFD, #121212);
--clr-body-bg: light-dark(#fafafa, #121212);
--clr-txt-default: light-dark(#080808, #fff);

--clr-slate-300: light-dark(#5d5d5d, #f8f8f8);
Expand Down

0 comments on commit 5eff106

Please sign in to comment.