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);

Binary file not shown.

Before

Width:  |  Height:  |  Size: 91 KiB

After

Width:  |  Height:  |  Size: 140 KiB

View File

@@ -359,7 +359,7 @@
<!-- System Info -->
<div class="card">
<div class="card-header" style="
background: linear-gradient(135deg, #0048b4, #0028b4);
background: #0a2347;
color: white;
">
<h5 class="mb-0">System Information</h5>

View File

@@ -14,9 +14,9 @@
<!-- Custom CSS -->
<style>
:root {
--primary-color: #2563eb;
--primary-light: #3b82f6;
--primary-dark: #1d4ed8;
--primary-color: #0a2347;
--primary-light: #0a2347;
--primary-dark: #0a2347;
--text-on-primary: #ffffff;
}
@@ -117,7 +117,7 @@
}
.btn-shine {
background: linear-gradient(90deg, #1d4ed8, #2563eb, #3b82f6, #60a5fa);
background: #0a2347;
color: white;
border: none;
padding: 12px 30px;