We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 745e433 commit 35855baCopy full SHA for 35855ba
docs/.vitepress/theme/style.css
@@ -76,13 +76,13 @@
76
77
:root {
78
--vp-button-brand-border: transparent;
79
- --vp-button-brand-text: var(--vp-c-white);
+ --vp-button-brand-text: var(--vp-c-black);
80
--vp-button-brand-bg: var(--vp-c-brand-3);
81
--vp-button-brand-hover-border: transparent;
82
- --vp-button-brand-hover-text: var(--vp-c-white);
+ --vp-button-brand-hover-text: var(--vp-c-black);
83
--vp-button-brand-hover-bg: var(--vp-c-brand-2);
84
--vp-button-brand-active-border: transparent;
85
- --vp-button-brand-active-text: var(--vp-c-white);
+ --vp-button-brand-active-text: var(--vp-c-black);
86
--vp-button-brand-active-bg: var(--vp-c-brand-1);
87
}
88
0 commit comments