From 47250eefee9e4f4eb05674d0a5f0ba2bd7951ec9 Mon Sep 17 00:00:00 2001 From: Alexander Zinchuk Date: Tue, 6 Aug 2024 20:06:50 +0200 Subject: [PATCH] Code Block: Increase font size (#4862) --- src/styles/reboot.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/styles/reboot.css b/src/styles/reboot.css index 9c2151cb9..b7da9a31f 100644 --- a/src/styles/reboot.css +++ b/src/styles/reboot.css @@ -154,7 +154,7 @@ kbd, samp { /* stylelint-disable-next-line @stylistic/max-line-length */ font: 0.9375rem/1.25 "Courier", "Courier New", "Nimbus Mono L", "Courier 10 Pitch", "FreeMono", sans-serif-monospace, monospace; - font-size-adjust: 0.43; + font-size-adjust: 0.5; } pre {