Browse Source

fix(css): add better contrast

Konstantin BIFERT 2 years ago
parent
commit
e70912bdeb
1 changed files with 4 additions and 0 deletions
  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);
+}