refactor: update background color in dark theme for improved contrast
This commit is contained in:
parent
fbc11b5f77
commit
b786d7741c
1 changed files with 1 additions and 1 deletions
|
|
@ -227,7 +227,7 @@
|
||||||
}
|
}
|
||||||
|
|
||||||
.dark {
|
.dark {
|
||||||
--background: oklch(0.18 0 0);
|
--background: oklch(26.033% 0.00003 271.152);
|
||||||
--foreground: oklch(0.95 0 0);
|
--foreground: oklch(0.95 0 0);
|
||||||
--card: oklch(0.21 0 0);
|
--card: oklch(0.21 0 0);
|
||||||
--card-foreground: oklch(0.95 0 0);
|
--card-foreground: oklch(0.95 0 0);
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue