Skip to content

Commit

Permalink
Adjust dark theme background colors
Browse files Browse the repository at this point in the history
  • Loading branch information
haukesomm committed Jul 19, 2024
1 parent 162fc7d commit 4380120
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions web/src/jsMain/resources/styles.css
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,9 @@
:root {
--foreground: #ffffff;
--page-background: theme('colors.primary.950');
--background: #1f1e25;
--background-accent: theme('colors.gray.700');
--background-contrast: theme('colors.gray.600');
--background: #1c1b22;
--background-accent: #2b2a33;
--background-contrast: #36333e;
}
}

Expand Down

0 comments on commit 4380120

Please sign in to comment.