我在index.html的部分尝试了以下操作,但它什么也没做:
<style>
:root {
--sidebar-width : 100rem;
}
</style>
这是一个香草用法的docsify。
删除<style>
部分并将代码添加到theme.css
:root {
--sidebar-width : 100rem;
}