mirror of
https://github.com/coollabsio/coolify-docs.git
synced 2026-06-19 07:35:55 +00:00
ui(sidebar): tint sidebar background
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user