update: better color support on wishlists

This commit is contained in:
rasmusq
2025-12-16 14:42:26 +01:00
parent 94abfa5427
commit bfb03cb1cd
12 changed files with 65 additions and 23 deletions
+2
View File
@@ -13,6 +13,7 @@
}
:root {
color-scheme: light;
--radius: 0.625rem;
--background: oklch(1 0 0);
--foreground: oklch(0.129 0.042 264.695);
@@ -48,6 +49,7 @@
}
.dark {
color-scheme: dark;
--background: oklch(0.129 0.042 264.695);
--foreground: oklch(0.984 0.003 247.858);
--card: oklch(0.208 0.042 265.755);