From 4310c950d333e7310f05ad5acfdefa0a5984669b Mon Sep 17 00:00:00 2001 From: Li Xin Date: Wed, 30 Apr 2025 19:53:33 +0800 Subject: [PATCH] feat: change the color of brand in dark mode --- web/src/styles/globals.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/web/src/styles/globals.css b/web/src/styles/globals.css index 56b02e7..c43c2d1 100644 --- a/web/src/styles/globals.css +++ b/web/src/styles/globals.css @@ -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;