Fix xolours and dashboard

This commit is contained in:
2025-05-27 13:30:44 +02:00
parent 9dc5fbdebc
commit 60582d4520
5 changed files with 25 additions and 40 deletions

View File

@@ -1,9 +1,5 @@
:root {
--primary-color: #16767b;
--secondary-color: #741b5f;
--primary-light: #1a8a90;
--secondary-light: #8a2170;
}
/* Import color variables */
@import 'colors.css';
.navbar {
background-color: var(--primary-color) !important;