mirror of
https://github.com/multica-ai/multica.git
synced 2026-07-23 10:08:38 +02:00
style(ui): soften dark mode background color
Increase lightness from 0.141 to 0.155 for a less harsh dark theme. Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
This commit is contained in:
@@ -199,7 +199,7 @@
|
||||
* ========================================================================= */
|
||||
.dark {
|
||||
/* Base: near-black bg, near-white text */
|
||||
--background: oklch(0.141 0.005 285.823);
|
||||
--background: oklch(0.155 0.005 285.823);
|
||||
--foreground: oklch(0.985 0 0);
|
||||
--card: oklch(0.21 0.006 285.885);
|
||||
--card-foreground: oklch(0.985 0 0);
|
||||
|
||||
Reference in New Issue
Block a user