add very basic styling (#1)

This commit is contained in:
chapoi
2025-02-26 05:03:16 +08:00
committed by GitHub
parent bb70c950cd
commit 2d4011806c
8 changed files with 107 additions and 49 deletions
+12 -2
View File
@@ -1,3 +1,13 @@
.sidebar-wrapper .sidebar-container {
border-right: none;
:root {
--d-sidebar-background: #f5f8ff;
}
.sidebar-wrapper {
.sidebar-container {
border-right: none;
}
.sidebar-sections {
padding: 0;
}
}