map styling update

This commit is contained in:
2025-07-07 15:57:52 -06:00
parent 08cfe3cf2e
commit 23e7f17eaa
2 changed files with 6 additions and 6 deletions

View File

@@ -1,12 +1,12 @@
/* CSS Variables for theming */
:root {
--primary-color: #2c5aa0;
--primary-color: #a02c8d;
--success-color: #27ae60;
--danger-color: #e74c3c;
--warning-color: #f39c12;
--secondary-color: #95a5a6;
--dark-color: #2c3e50;
--light-color: #ecf0f1;
--secondary-color: #ba6cdf;
--dark-color: #2e053f;
--light-color: #efcef0;
--border-radius: 4px;
--transition: all 0.3s ease;
--header-height: 60px;