File tree 1 file changed +2
-4
lines changed
packages/docs/.vitepress/theme/components
1 file changed +2
-4
lines changed Original file line number Diff line number Diff line change @@ -49,13 +49,12 @@ const translations = {
49
49
border-radius : 2em ;
50
50
transition : all 0.30s ease ;
51
51
box-sizing : border-box ;
52
- border : 2px solid var (--vp-c -brand-1 );
52
+ border : 2px solid var (--vp-button -brand-hover-bg );
53
53
text-decoration : none ;
54
54
}
55
55
56
56
.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 );
59
58
color : var (--vp-button-brand-text ) !important ;
60
59
}
61
60
@@ -69,7 +68,6 @@ const translations = {
69
68
.sponsors_outer {
70
69
text-align : center ;
71
70
padding : 35px 40px 45px ;
72
- background-color : var (--vp-c-bg-accent );
73
71
/* transition when toggling dark mode */
74
72
transition : background-color 300ms ease-in-out , color 300ms ease-in-out ;
75
73
}
You can’t perform that action at this time.
0 commit comments