浏览代码

Set font weight for docs headers

DarthSim 5 年之前
父节点
当前提交
acfb715949
共有 1 个文件被更改,包括 3 次插入0 次删除
  1. 3 0
      docs/assets/style.css

+ 3 - 0
docs/assets/style.css

@@ -15,6 +15,9 @@
   --code-font-family: "Fira Mono",monospace;
   --code-inline-background: var(--mono-tint1);
 
+  --heading-h1-font-weight: 600;
+  --heading-h2-font-weight: 600;
+
   --link-color: var(--theme-color);
 
   --sidebar-background: var(--mono-shade4);