소스 검색

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;
   font-weight: bold;
 }
+
+.VPButton.medium.brand {
+  color: var(--vp-button-alt-text);
+}