fix(theme): table row background-color in custom containers (#3179)

pull/3181/head
skirtle 1 year ago committed by GitHub
parent b08a313cfb
commit beecec16a8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -164,6 +164,7 @@
}
.vp-doc tr {
background-color: var(--vp-c-bg);
border-top: 1px solid var(--vp-c-divider);
transition: background-color 0.5s;
}

Loading…
Cancel
Save