more changes

This commit is contained in:
Jordan Vidrine
2025-02-27 15:23:42 -06:00
parent 4b188950e1
commit 2f2d1b8607
10 changed files with 215 additions and 43 deletions
+8
View File
@@ -2,6 +2,10 @@
// --d-sidebar-background: #f5f8ff;
}
.sidebar-section-link-wrapper .sidebar-section-link {
border-radius: var(--d-border-radius);
}
.sidebar-wrapper {
background: #f5f8ff;
@@ -16,3 +20,7 @@
padding: 0;
}
}
.admin-area .sidebar-wrapper .admin-panel {
background-color: var(--secondary);
}