refactor: update primary color scheme and remove camp location functionality from admin routes and views

This commit is contained in:
Wini_Fy
2026-02-05 10:59:44 +07:00
parent 7ba051ffc5
commit 08061232dd
5 changed files with 4 additions and 1586 deletions

View File

@@ -5,10 +5,10 @@
:root {
/* Primary Colors (Gold/Cinnamon) */
--primary-color: #bc9f69;
--primary-color: #0048b4;
--primary-rgb: 188, 159, 105;
--primary-light: #d4c4a8;
--primary-dark: #a68b58;
--primary-light: #0038b4;
--primary-dark: #0028b4;
--primary-soft: rgba(188, 159, 105, 0.1);
/* Secondary Colors */