feat: change the color of brand in dark mode

This commit is contained in:
Li Xin 2025-04-30 19:53:33 +08:00
parent 0a0f705aca
commit 4310c950d3

View File

@ -187,7 +187,7 @@
--sidebar-accent-foreground: oklch(0.985 0 0);
--sidebar-border: oklch(1 0 0 / 10%);
--sidebar-ring: oklch(0.556 0 0);
--brand: #4087f4;
--brand: #5494f3;
--novel-highlight-default: #000000;
--novel-highlight-purple: #3f2c4b;