Update Info container background

This commit is contained in:
Soitora 2023-08-30 20:30:59 +02:00
parent 8e0ecf05c0
commit 2b18aca8dd
No known key found for this signature in database
GPG Key ID: A6D711EB4F2CCD97

View File

@ -93,6 +93,7 @@ html:not(.dark) {
--vp-custom-block-tip-border: var(--vp-c-brand)
--vp-custom-block-tip-text: var(--vp-c-brand-lightest)
--vp-custom-block-tip-bg: var(--vp-c-brand-dimm)
--vp-custom-block-info-bg: #212127
}
.plugin-tabs {
@ -150,6 +151,10 @@ figure {
}
}
/**
* Component: Links
* -------------------------------------------------------------------------- */
@media print {
figure:has(img)>a[href^="http://"]:after,
figure:has(img)>a[href^="https://"]:after {