fix(frontend): soften constellation glow for light theme

This commit is contained in:
asepharyana
2026-08-24 15:48:15 +07:00
parent 32de2819df
commit 33a557c761
+5
View File
@@ -77,6 +77,11 @@
background: var(--color-signal-glow);
color: var(--color-ink);
}
/* Constellation stage: soften glow layers so stars stay legible on pale sky */
.light .glass-glow,
.light [class*="shadow-[0_0"] {
--tw-shadow-color: oklch(0.5 0.1 150 / 0.18);
}
@layer base {
* {