From 2f28c0a58d694d71143ce266f9af28bf5a9e449f Mon Sep 17 00:00:00 2001 From: Peng Xiao Date: Tue, 8 Jun 2021 09:23:01 +0800 Subject: [PATCH] fix: pre code style --- custom.css | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/custom.css b/custom.css index e06c419..92f5b6f 100644 --- a/custom.css +++ b/custom.css @@ -630,6 +630,11 @@ mark { font-size: inherit; } +code, kbd, pre, samp { + font-family: var(--ct-code-font-family); + font-size: 0.8em; +} + /* inline code */ :not(pre) > code {