ui(theme): adjust light docs chrome

This commit is contained in:
ShadowArcanist
2026-06-17 10:05:00 +05:30
parent 8013462ac1
commit 9352253ec2
+6 -1
View File
@@ -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;
}