Sfoglia il codice sorgente

Merge pull request #76 from Tresjs/fix/contrast-homepage

fix(css): add better contrast on "Get started" on the homepage
Alvaro Saburido 2 anni fa
parent
commit
ca23168dc2
1 ha cambiato i file con 4 aggiunte e 0 eliminazioni
  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);
+}