style: optimize highlight code font size
This commit is contained in:
parent
b0c11640b6
commit
012c00975f
|
@ -22,7 +22,7 @@ code {
|
||||||
color: var(--code-foreground);
|
color: var(--code-foreground);
|
||||||
background: var(--code-background);
|
background: var(--code-background);
|
||||||
border-radius: 2px;
|
border-radius: 2px;
|
||||||
font-size: $code-font-size;
|
font-size: 0.96rem;
|
||||||
}
|
}
|
||||||
|
|
||||||
pre {
|
pre {
|
||||||
|
|
Loading…
Reference in New Issue