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:
parent
573d803d71
commit
bbf2a16f39
1 changed files with 1 additions and 1 deletions
|
|
@ -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);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue