1 parent 84985e2 commit f09a9afCopy full SHA for f09a9af
1 file changed
src/index.css
@@ -13,7 +13,7 @@ html,body {
13
--lightmode-background-color: white;
14
--lightmode-background-color-secondary: #f3f3f3;
15
--lightmode-background-color-tertiary: #e5e5e5;
16
- --darkmode-background-color: #0d0e11;
+ --darkmode-background-color: #0f1117;
17
--darkmode-background-color-hover: black;
18
/* Text */
19
--lightmode-text-color-primary: black;
@@ -23,7 +23,7 @@ html,body {
23
--darkmode-text-color-secondary: #d1d5dc;
24
--darkmode-text-color-tertiary: #a3a7ac;
25
/* Border */
26
- --darkmode-border-color: #364153;
+ --darkmode-border-color: #262a34;
27
--lightmode-border-color: #e5e7eb;
28
/* Accents */
29
--accent-color: #5294e2;
0 commit comments