feat(ui-docs): make ui-docs background neutral so we can better see the components on it

This commit is contained in:
upsiflu 2024-12-17 23:18:54 +01:00
parent b806f97fe1
commit e2582a4a3d
1 changed files with 4 additions and 0 deletions

View File

@ -15,6 +15,10 @@ const { Theme } = DefaultTheme
--vp-sidebar-width: 250px;
}
.Layout {
background-color: light-dark(white, black);
}
.VPNavBarTitle .title {
font-size: 14px;
}