Skip to content

Commit ba3ab9a

Browse files
committed
docs: fix small colors
1 parent 99c7251 commit ba3ab9a

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

packages/docs/.vitepress/theme/components/HomeSponsors.vue

+2-4
Original file line numberDiff line numberDiff line change
@@ -49,13 +49,12 @@ const translations = {
4949
border-radius: 2em;
5050
transition: all 0.30s ease;
5151
box-sizing: border-box;
52-
border: 2px solid var(--vp-c-brand-1);
52+
border: 2px solid var(--vp-button-brand-hover-bg);
5353
text-decoration: none;
5454
}
5555
5656
.become-sponsor:hover {
57-
background-color: var(--vp-c-brand);
58-
border-color: var(--vp-c-brand);
57+
background-color: var(--vp-button-brand-hover-bg);
5958
color: var(--vp-button-brand-text) !important;
6059
}
6160
@@ -69,7 +68,6 @@ const translations = {
6968
.sponsors_outer {
7069
text-align: center;
7170
padding: 35px 40px 45px;
72-
background-color: var(--vp-c-bg-accent);
7371
/* transition when toggling dark mode */
7472
transition: background-color 300ms ease-in-out, color 300ms ease-in-out;
7573
}

0 commit comments

Comments
 (0)