feat: 默认无背景色导致穿透的问题

pull/64/head
moonrailgun 3 years ago
parent f8a73d1a77
commit 504060e016

@ -28,6 +28,10 @@ html[data-theme='dark'] .docusaurus-highlight-code-line {
background-color: rgba(0, 0, 0, 0.3);
}
html[data-theme='light'] {
background-color: white;
}
.medium-zoom-image--opened {
z-index: var(--ifm-z-index-fixed);
}

Loading…
Cancel
Save