1
0
Эх сурвалжийг харах

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

fix(css): add better contrast on "Get started" on the homepage
Alvaro Saburido 2 жил өмнө
parent
commit
ca23168dc2

+ 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);
+}