Skip to content

Commit f09a9af

Browse files
committed
change: update site darkmode background and border colors
1 parent 84985e2 commit f09a9af

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

src/index.css

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ html,body {
1313
--lightmode-background-color: white;
1414
--lightmode-background-color-secondary: #f3f3f3;
1515
--lightmode-background-color-tertiary: #e5e5e5;
16-
--darkmode-background-color: #0d0e11;
16+
--darkmode-background-color: #0f1117;
1717
--darkmode-background-color-hover: black;
1818
/* Text */
1919
--lightmode-text-color-primary: black;
@@ -23,7 +23,7 @@ html,body {
2323
--darkmode-text-color-secondary: #d1d5dc;
2424
--darkmode-text-color-tertiary: #a3a7ac;
2525
/* Border */
26-
--darkmode-border-color: #364153;
26+
--darkmode-border-color: #262a34;
2727
--lightmode-border-color: #e5e7eb;
2828
/* Accents */
2929
--accent-color: #5294e2;

0 commit comments

Comments
 (0)