1

我在 index.html 部分尝试了以下内容,但它什么也没做:

  <style>
  :root {
    --sidebar-width : 100rem;
  }
  </style>

这是 docsify 的普通用法。

4

1 回答 1

0

删除<style>部分并将您的代码添加到theme.css

:root {
    --sidebar-width : 100rem;
  }
于 2021-05-04T23:01:16.620 回答