mirror of
https://github.com/NanmiCoder/MediaCrawler.git
synced 2026-03-20 02:07:34 +08:00
chore: add vitepress doc custom theme
This commit is contained in:
9
docs/.vitepress/theme/custom.css
Normal file
9
docs/.vitepress/theme/custom.css
Normal file
@@ -0,0 +1,9 @@
|
||||
/* .vitepress/theme/custom.css */
|
||||
/**
|
||||
* Component: Sidebar
|
||||
* -------------------------------------------------------------------------- */
|
||||
|
||||
:root {
|
||||
--vp-sidebar-width: 285px;
|
||||
--vp-sidebar-bg-color: var(--vp-c-bg-alt);
|
||||
}
|
||||
Reference in New Issue
Block a user