We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6902165 commit f27acb8Copy full SHA for f27acb8
src/theme/variables.css
@@ -73,6 +73,7 @@
73
STATIC COLORS (Don't change with theme)
74
============================================ */
75
--memori-main-background: oklch(100% 0 0deg);
76
+ --memori-secondary-background: oklch(95% 0.03 240deg);
77
--memori-text-color: oklch(20% 0.05 240deg);
78
--memori-border-color: rgb(73 103 125 / 16%);
79
@@ -175,7 +176,8 @@
175
176
color-scheme: dark;
177
178
/* Base colors - inverted for dark mode */
- --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);
181
--memori-primary-subtle: oklch(27% 0.035 240deg);
182
--memori-text-color: #fff;
183
0 commit comments