瀏覽代碼

feat: scope figure style

Carson 9 月之前
父節點
當前提交
cccd635c97
共有 1 個文件被更改,包括 8 次插入6 次删除
  1. 8 6
      .vitepress/theme/custom-doc.scss

+ 8 - 6
.vitepress/theme/custom-doc.scss

@@ -1,9 +1,11 @@
-figure {
-  text-align: center;
+.vp-doc {
+  figure {
+    text-align: center;
 
-  figcaption {
-    color: var(--vp-c-text-3);
-    font-size: 0.875em;
-    margin-top: 5px;
+    figcaption {
+      color: var(--vp-c-text-3);
+      font-size: 0.875em;
+      margin-top: 5px;
+    }
   }
 }