Update base.css

This commit is contained in:
2025-05-27 15:17:00 +02:00
parent 149487195b
commit 737da6c8d9

View File

@@ -3,10 +3,11 @@ body {
}
.navbar {
background-color: var(--primary-color) !important;
background: linear-gradient(135deg, var(--primary-color) 0%, var(--secondary-color) 100%) !important;
position: sticky;
top: 0;
z-index: 1030;
box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}
.sidebar {