fix darkmode

This commit is contained in:
jackyzha0
2021-07-18 12:06:36 -04:00
parent 8989324571
commit 672a641cec
4 changed files with 26 additions and 19 deletions

View File

@ -2,10 +2,10 @@
:root {
--light: #faf8f8;
--dark: #141021;
--navy: #284b63;
--olive: #84a59d;
--secondary: #284b63;
--tertiary: #84a59d;
--visited: #afbfc9;
--salmon: #f28482;
--primary: #f28482;
--gray: #4e4e4e;
--lightgray: #f0f0f0;
--outlinegray: #dadada;
@ -14,10 +14,10 @@
[saved-theme="dark"] {
--light: #1e1e21 !important;
--dark: #fbfffe !important;
--navy: #5b778a !important;
--secondary: #5b778a !important;
--visited: #4a575e !important;
--olive: #84a59d !important;
--salmon: #f58382 !important;
--tertiary: #84a59d !important;
--primary: #f58382 !important;
--gray: #d4d4d4 !important;
--lightgray: #292633 !important;
--outlinegray: #343434 !important;