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

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