From 9249903d5900bc754e1d413a308c0c82d5d1dc22 Mon Sep 17 00:00:00 2001 From: Starbeamrainbowlabs Date: Sun, 20 Oct 2019 18:09:44 +0100 Subject: [PATCH] Tweak font size of code blocks --- themes/default/theme.css | 1 + 1 file changed, 1 insertion(+) diff --git a/themes/default/theme.css b/themes/default/theme.css index ebc65a5..82bd5a9 100644 --- a/themes/default/theme.css +++ b/themes/default/theme.css @@ -168,6 +168,7 @@ main:not(.printable) { position: relative; z-index: 1000; padding: 2em 2em 0.5em blockquote { padding-left: 1em; border-left: 0.2em solid var(--accent-a3); border-radius: 0.2rem; } pre { white-space: pre-wrap; padding: 0.3em 0.5em; background: var(--bg-page-inset); border-radius: 0.25em; box-shadow: inset 0 0 0.5em var(--shadow); } +code { font-size: 1.1em; } a { cursor: pointer; } a:focus { outline-width: 0.1em; }