Skip to content

Commit

Permalink
chore(docs): changed brand button text color for better contrast (#128)
Browse files Browse the repository at this point in the history
  • Loading branch information
GabsEdits authored Jan 2, 2024
1 parent 745e433 commit 35855ba
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docs/.vitepress/theme/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -76,13 +76,13 @@

:root {
--vp-button-brand-border: transparent;
--vp-button-brand-text: var(--vp-c-white);
--vp-button-brand-text: var(--vp-c-black);
--vp-button-brand-bg: var(--vp-c-brand-3);
--vp-button-brand-hover-border: transparent;
--vp-button-brand-hover-text: var(--vp-c-white);
--vp-button-brand-hover-text: var(--vp-c-black);
--vp-button-brand-hover-bg: var(--vp-c-brand-2);
--vp-button-brand-active-border: transparent;
--vp-button-brand-active-text: var(--vp-c-white);
--vp-button-brand-active-text: var(--vp-c-black);
--vp-button-brand-active-bg: var(--vp-c-brand-1);
}

Expand Down

0 comments on commit 35855ba

Please sign in to comment.