We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 372c777 commit 634adc0Copy full SHA for 634adc0
1 file changed
.vitepress/theme/custom.css
@@ -300,12 +300,12 @@ img[src*="arch-layers"] {
300
overflow-x: auto;
301
}
302
303
-.VPFeature[data-v-e8895942] {
+.VPFeature {
304
border: none;
305
background-color: color-mix(in srgb, var(--vp-c-bg-soft) 98%, #000) !important;
306
307
308
-html.dark .VPFeature[data-v-e8895942] {
+html.dark .VPFeature {
309
background-color: color-mix(in srgb, var(--vp-c-bg-soft) 98%, #fff) !important;
310
311
0 commit comments