Skip to content

Commit 634adc0

Browse files
authored
Update custom.css
1 parent 372c777 commit 634adc0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.vitepress/theme/custom.css

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -300,12 +300,12 @@ img[src*="arch-layers"] {
300300
overflow-x: auto;
301301
}
302302

303-
.VPFeature[data-v-e8895942] {
303+
.VPFeature {
304304
border: none;
305305
background-color: color-mix(in srgb, var(--vp-c-bg-soft) 98%, #000) !important;
306306
}
307307

308-
html.dark .VPFeature[data-v-e8895942] {
308+
html.dark .VPFeature {
309309
background-color: color-mix(in srgb, var(--vp-c-bg-soft) 98%, #fff) !important;
310310
}
311311

0 commit comments

Comments
 (0)