ui(sidebar): tint sidebar background

This commit is contained in:
ShadowArcanist
2026-06-15 18:47:09 +05:30
parent 16478baee0
commit 5b01871829
+10
View File
@@ -52,6 +52,16 @@ body {
text-wrap: pretty;
}
#nd-sidebar {
background-color: hsl(0 0% 98%);
border-inline-end: 1px solid hsl(0 0% 90% / 0.65);
}
.dark #nd-sidebar {
background-color: hsl(0 0% 5%);
border-inline-end: 1px solid hsl(0 0% 100% / 0.06);
}
.prose :where(h1, h2):not(:where([class~='not-prose'], [class~='not-prose'] *)) {
margin-bottom: 0.45em;
}