feat(ui-docs): make ui-docs background neutral so we can better see the components on it
This commit is contained in:
parent
b806f97fe1
commit
e2582a4a3d
|
@ -15,6 +15,10 @@ const { Theme } = DefaultTheme
|
||||||
--vp-sidebar-width: 250px;
|
--vp-sidebar-width: 250px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.Layout {
|
||||||
|
background-color: light-dark(white, black);
|
||||||
|
}
|
||||||
|
|
||||||
.VPNavBarTitle .title {
|
.VPNavBarTitle .title {
|
||||||
font-size: 14px;
|
font-size: 14px;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue