From 012c00975fdda183e17dda744894678d86f1a6f0 Mon Sep 17 00:00:00 2001 From: XPoet Date: Mon, 28 Dec 2020 11:16:21 +0800 Subject: [PATCH] style: optimize highlight code font size --- source/css/layout/common/codeblock/highlight.styl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/css/layout/common/codeblock/highlight.styl b/source/css/layout/common/codeblock/highlight.styl index 53a2596..06aa080 100644 --- a/source/css/layout/common/codeblock/highlight.styl +++ b/source/css/layout/common/codeblock/highlight.styl @@ -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 {