File tree Expand file tree Collapse file tree 2 files changed +10
-1
lines changed
.vitepress/theme/components Expand file tree Collapse file tree 2 files changed +10
-1
lines changed Original file line number Diff line number Diff line change @@ -162,16 +162,21 @@ html:not(.dark) .accent,
162
162
linear-gradient (45deg , #42d392 , #647eff ) border-box ;
163
163
border : 2px solid transparent ;
164
164
}
165
+
165
166
.actions .security :hover {
166
167
background : linear-gradient (var (--vt-c-gray-light-4 ), var (--vt-c-gray-light-4 )) padding-box ,
167
168
linear-gradient (45deg , #42d392 , #647eff ) border-box ;
168
169
}
169
170
171
+ .dark .actions .security :hover {
172
+ background : linear-gradient (var (--vt-c-gray-dark-3 ), var (--vt-c-gray-dark-3 )) padding-box ,
173
+ linear-gradient (45deg , #42d392 , #647eff ) border-box ;
174
+ }
175
+
170
176
.actions .security .icon {
171
177
width : 12px ;
172
178
height : 12px ;
173
179
margin-left : 4px ;
174
-
175
180
}
176
181
177
182
.actions .get-started ,
Original file line number Diff line number Diff line change 43
43
linear-gradient (45deg , #42d392 , #647eff ) border-box ;
44
44
transition-duration : 0.2s ;
45
45
}
46
+ .dark .container .security :hover {
47
+ background : linear-gradient (var (--vt-c-gray-dark-3 ), var (--vt-c-gray-dark-3 )) padding-box ,
48
+ linear-gradient (45deg , #42d392 , #647eff ) border-box ;
49
+ }
46
50
.container .security .icon {
47
51
width : 12px ;
48
52
height : 12px ;
You can’t perform that action at this time.
0 commit comments