Skip to content

Commit

Permalink
fix(css): darken dark mode skeleton color
Browse files Browse the repository at this point in the history
  • Loading branch information
dominik-stumpf committed Jul 12, 2024
1 parent 19256a6 commit 331ed54
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app/globals.css
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@
--background: 240 3.7% 15.88%;
--foreground: 210 20% 98%;

--skeleton: 240 5% 65%;
--skeleton: 240 5% 40%;

--card: 240 5.26% 26.08%;
--card-secondary: 240 5% 22%;
Expand Down

0 comments on commit 331ed54

Please sign in to comment.