chore: adjust line height of custom container

pull/672/head
Kia King Ishii 2 years ago
parent 433cb7b1b9
commit dbb5777289

@ -2,7 +2,7 @@
border: 1px solid transparent; border: 1px solid transparent;
border-radius: 8px; border-radius: 8px;
padding: 16px 16px 8px; padding: 16px 16px 8px;
line-height: 20px; line-height: 24px;
font-size: 14px; font-size: 14px;
color: var(--vp-c-text-2); color: var(--vp-c-text-2);
} }

@ -216,7 +216,7 @@
.vp-doc .custom-block code { .vp-doc .custom-block code {
font-size: var(--vp-custom-block-code-font-size); font-size: var(--vp-custom-block-code-font-size);
font-weight: 600; font-weight: 700;
color: inherit; color: inherit;
} }

Loading…
Cancel
Save