fix(theme): fix code line-number line-height in hint-container

This commit is contained in:
pengzhanbo 2024-06-17 18:05:49 +08:00
parent b079a8652a
commit 0b037dcc11

View File

@ -43,7 +43,7 @@
}
.vp-doc .hint-container div[class*="language-"].line-numbers-mode .line-numbers {
line-height: 1.5rem;
font-size: var(--vp-custom-block-code-font-size);
}
@media (max-width: 419px) {