refactor: update primary color variables and adjust styles in dashboard and login pages

This commit is contained in:
LNHA
2026-02-09 13:20:35 +07:00
parent 44ef644659
commit 759cd8f10c
4 changed files with 9 additions and 9 deletions

View File

@@ -5,10 +5,10 @@
:root {
/* Primary Colors (Gold/Cinnamon) */
--primary-color: #0048b4;
--primary-color: #0a2347;
--primary-rgb: 188, 159, 105;
--primary-light: #0038b4;
--primary-dark: #0028b4;
--primary-light: #0a2347;
--primary-dark: #0a2347;
--primary-soft: rgba(188, 159, 105, 0.1);
/* Secondary Colors */
@@ -20,7 +20,7 @@
--success-soft: rgba(40, 167, 69, 0.1);
--warning-color: #ffc107;
--warning-soft: rgba(255, 193, 7, 0.1);
--danger-color: #dc3545;
--danger-color: #BF3432;
--danger-soft: rgba(220, 53, 69, 0.1);
--info-color: #17a2b8;
--info-soft: rgba(23, 162, 184, 0.1);