Skip to content

Commit 35855ba

Browse files
authored
chore(docs): changed brand button text color for better contrast (#128)
1 parent 745e433 commit 35855ba

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

docs/.vitepress/theme/style.css

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -76,13 +76,13 @@
7676

7777
:root {
7878
--vp-button-brand-border: transparent;
79-
--vp-button-brand-text: var(--vp-c-white);
79+
--vp-button-brand-text: var(--vp-c-black);
8080
--vp-button-brand-bg: var(--vp-c-brand-3);
8181
--vp-button-brand-hover-border: transparent;
82-
--vp-button-brand-hover-text: var(--vp-c-white);
82+
--vp-button-brand-hover-text: var(--vp-c-black);
8383
--vp-button-brand-hover-bg: var(--vp-c-brand-2);
8484
--vp-button-brand-active-border: transparent;
85-
--vp-button-brand-active-text: var(--vp-c-white);
85+
--vp-button-brand-active-text: var(--vp-c-black);
8686
--vp-button-brand-active-bg: var(--vp-c-brand-1);
8787
}
8888

0 commit comments

Comments
 (0)