Преглед на файлове

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

fix(css): add better contrast on "Get started" on the homepage
Alvaro Saburido преди 2 години
родител
ревизия
ca23168dc2
променени са 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;
   text-decoration: dashed;
   font-weight: bold;
   font-weight: bold;
 }
 }
+
+.VPButton.medium.brand {
+  color: var(--vp-button-alt-text);
+}