瀏覽代碼

fix(css): add better contrast

Konstantin BIFERT 2 年之前
父節點
當前提交
e70912bdeb
共有 1 個文件被更改,包括 4 次插入0 次删除
  1. 4 0
      docs/.vitepress/theme/config.css

+ 4 - 0
docs/.vitepress/theme/config.css

@@ -47,3 +47,7 @@
   text-decoration: dashed;
   font-weight: bold;
 }
+
+.VPButton.medium.brand {
+  color: var(--vp-button-alt-text);
+}