File tree Expand file tree Collapse file tree 1 file changed +9
-1
lines changed
src/.vitepress/theme/components Expand file tree Collapse file tree 1 file changed +9
-1
lines changed Original file line number Diff line number Diff line change @@ -57,6 +57,7 @@ import { VTLink } from '@vue/theme'
57
57
58
58
.dark .NewsletterSection {
59
59
border-top-color : var (--vt-c-divider-light );
60
+ border-bottom-color : transparent ;
60
61
background : var (--vt-c-bg );
61
62
}
62
63
@@ -76,6 +77,7 @@ import { VTLink } from '@vue/theme'
76
77
font-size : 14px ;
77
78
font-weight : 500 ;
78
79
color : var (--vt-c-text-2 );
80
+ transition : color 0.5s ;
79
81
}
80
82
81
83
@media (min-width : 375px ) {
@@ -139,14 +141,20 @@ import { VTLink } from '@vue/theme'
139
141
}
140
142
141
143
.button {
142
- background-color : var (--vt-c-brand );
143
144
border-radius : 4px ;
144
145
padding : 0 12px ;
145
146
letter-spacing : .8px ;
146
147
line-height : 36px ;
147
148
font-size : 13px ;
148
149
font-weight : 500 ;
149
150
color : var (--vt-c-text-dark-1 );
151
+ background-color : var (--vt-c-brand );
152
+ transition : background-color .25s ;
153
+ cursor : pointer ;
154
+ }
155
+
156
+ .button :hover {
157
+ background-color : var (--vt-c-brand-dark );
150
158
}
151
159
152
160
.help {
You can’t perform that action at this time.
0 commit comments