Skip to content

Commit

Permalink
Improve dark theme
Browse files Browse the repository at this point in the history
  • Loading branch information
shaansubbaiah committed Oct 10, 2020
1 parent 6588aa1 commit d7b2511
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions resource/index.css
Original file line number Diff line number Diff line change
Expand Up @@ -24,12 +24,12 @@
}

:root[color-mode="dark"] {
--background: #15161a;
--background-primary: #202125;
--background: #121212;
--background-primary: #1d1d1d;
--text-primary: #ffffff;
--background-secondary: #00c3ff;
--text-secondary: #05050f;
--background-tertiary: #464a4c;
--background-tertiary: #2d2d2d;
--text-tertiary: #ffffff;

--card-shadow: 0 5px 20px 0 rgba(0, 0, 0, 0.3);
Expand Down

0 comments on commit d7b2511

Please sign in to comment.