Skip to content

Commit

Permalink
docs: fix small colors
Browse files Browse the repository at this point in the history
  • Loading branch information
posva committed Sep 10, 2024
1 parent 99c7251 commit ba3ab9a
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions packages/docs/.vitepress/theme/components/HomeSponsors.vue
Original file line number Diff line number Diff line change
Expand Up @@ -49,13 +49,12 @@ const translations = {
border-radius: 2em;
transition: all 0.30s ease;
box-sizing: border-box;
border: 2px solid var(--vp-c-brand-1);
border: 2px solid var(--vp-button-brand-hover-bg);
text-decoration: none;
}
.become-sponsor:hover {
background-color: var(--vp-c-brand);
border-color: var(--vp-c-brand);
background-color: var(--vp-button-brand-hover-bg);
color: var(--vp-button-brand-text) !important;
}
Expand All @@ -69,7 +68,6 @@ const translations = {
.sponsors_outer {
text-align: center;
padding: 35px 40px 45px;
background-color: var(--vp-c-bg-accent);
/* transition when toggling dark mode */
transition: background-color 300ms ease-in-out, color 300ms ease-in-out;
}
Expand Down

0 comments on commit ba3ab9a

Please sign in to comment.