9 lines
225 B
Python
9 lines
225 B
Python
|
/* .vitepress/theme/custom.css */
|
||
|
/**
|
||
|
* Component: Sidebar
|
||
|
* -------------------------------------------------------------------------- */
|
||
|
|
||
|
:root {
|
||
|
--vp-sidebar-width: 285px;
|
||
|
--vp-sidebar-bg-color: var(--vp-c-bg-alt);
|
||
|
}
|