Skip to content

Commit

Permalink
docs: correct become sponsor button text color when hovering (#2252)
Browse files Browse the repository at this point in the history
  • Loading branch information
nazarepiedady authored May 26, 2024
1 parent d842b6f commit 0901d1b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/docs/.vitepress/theme/styles/sponsors.css
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
background-color: var(--vp-c-brand);
text-decoration: none;
border-color: var(--vp-c-brand);
color: var(--vp-button-brand-text);
color: var(--vp-button-brand-text) !important;
}

.sponsors-top .become-sponsor {
Expand Down

0 comments on commit 0901d1b

Please sign in to comment.