mirror of
https://github.com/shadoll/vancouver.git
synced 2026-08-28 11:33:14 +00:00
feat: update primary color variables for light theme and enhance asset file naming in Vite config
This commit is contained in:
+2
-2
@@ -1,8 +1,8 @@
|
||||
/* CSS Custom Properties for theming */
|
||||
:root {
|
||||
/* Light theme */
|
||||
--primary-color: #2563eb;
|
||||
--primary-hover: #1d4ed8;
|
||||
--primary-color: #374151;
|
||||
--primary-hover: #1f2937;
|
||||
--bg-color: #ffffff;
|
||||
--bg-secondary: #f8fafc;
|
||||
--bg-hover: #f1f5f9;
|
||||
|
||||
Reference in New Issue
Block a user