Skip to content

Commit f27acb8

Browse files
committed
style: add secondary background color
1 parent 6902165 commit f27acb8

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

src/theme/variables.css

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,6 +73,7 @@
7373
STATIC COLORS (Don't change with theme)
7474
============================================ */
7575
--memori-main-background: oklch(100% 0 0deg);
76+
--memori-secondary-background: oklch(95% 0.03 240deg);
7677
--memori-text-color: oklch(20% 0.05 240deg);
7778
--memori-border-color: rgb(73 103 125 / 16%);
7879

@@ -175,7 +176,8 @@
175176
color-scheme: dark;
176177

177178
/* Base colors - inverted for dark mode */
178-
--memori-main-background: oklch(20% 0.02 240deg);
179+
--memori-main-background: oklch(27.4% 0.022 109.7deg);
180+
--memori-secondary-background: oklch(21.6% 0.015 109.7deg);
179181
--memori-primary-subtle: oklch(27% 0.035 240deg);
180182
--memori-text-color: #fff;
181183

0 commit comments

Comments
 (0)