Skip to content

Commit

Permalink
fix(all): improve dark mode colors
Browse files Browse the repository at this point in the history
  • Loading branch information
SpikeHD committed Sep 27, 2023
1 parent ffe2a6b commit ad48d34
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions frontend/src/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,7 @@ html {
--color-secondary: #efc3ef;
--color-accent: #c832c8;
--color-hover: #e0e4e1;
--graph-color: #666666;

/* Material Design stuff */
--mdc-theme-primary: #c832c8;
--mdc-theme-secondary: #efc3ef;
--graph-color: #54545477;
}

html.theme-dark {
Expand All @@ -21,7 +17,7 @@ html.theme-dark {
--color-secondary: #efc3ef;
--color-accent: #c832c8;
--color-hover: #474747;
--graph-color: #afafaf;
--graph-color: #cdcdcdb1;
}

body {
Expand Down

0 comments on commit ad48d34

Please sign in to comment.