Skip to content

Commit 7de9bc3

Browse files
committed
style: refine main background color variables for light and dark themes
1 parent 5be9b9b commit 7de9bc3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/theme/variables.css

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@
8787
/* ============================================
8888
STATIC COLORS (Don't change with theme)
8989
============================================ */
90-
--memori-main-background: oklch(96.4% 0.008 250deg);
90+
--memori-main-background: oklch(99.2% 0 0deg);
9191
--memori-secondary-background: #fff;
9292
--memori-text-color: oklch(20% 0.05 240deg);
9393
--memori-border-color: rgb(73 103 125 / 16%);
@@ -213,7 +213,7 @@
213213
--memori-surface-contrast-inverse: white;
214214

215215
/* Base colors - inverted for dark mode */
216-
--memori-main-background: oklch(14.7% 0.004 264deg);
216+
--memori-main-background: oklch(21.2% 0 0deg);
217217
--memori-secondary-background: oklch(21.6% 0.015 109.7deg);
218218
--memori-primary-subtle: oklch(27% 0.035 240deg);
219219
--memori-text-color: #fff;

0 commit comments

Comments
 (0)