mirror of
https://github.com/coollabsio/coolify-docs.git
synced 2026-06-19 07:35:55 +00:00
ui(theme): adjust light docs chrome
This commit is contained in:
+6
-1
@@ -4,6 +4,7 @@
|
||||
@import 'fumadocs-openapi/css/preset.css';
|
||||
|
||||
:root {
|
||||
--color-fd-background: hsl(0, 0%, 98%);
|
||||
--color-fd-primary: #6b16ed;
|
||||
--color-fd-primary-foreground: #fafafa;
|
||||
--color-fd-ring: #6b16ed;
|
||||
@@ -64,10 +65,14 @@ body {
|
||||
}
|
||||
|
||||
#nd-sidebar {
|
||||
background-color: hsl(0 0% 98%);
|
||||
background-color: hsl(0 0% 96%);
|
||||
border-inline-end: 1px solid hsl(0 0% 90% / 0.65);
|
||||
}
|
||||
|
||||
html:not(.dark) #nd-subnav {
|
||||
background-color: hsl(0 0% 96% / 0.86);
|
||||
}
|
||||
|
||||
#nd-sidebar-mobile {
|
||||
z-index: 60;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user