style: optimize highlight code font size

This commit is contained in:
XPoet 2020-12-28 11:16:21 +08:00
parent b0c11640b6
commit 012c00975f
1 changed files with 1 additions and 1 deletions

View File

@ -22,7 +22,7 @@ code {
color: var(--code-foreground);
background: var(--code-background);
border-radius: 2px;
font-size: $code-font-size;
font-size: 0.96rem;
}
pre {