commit 72d41d3a279974058ec47e6ef09ed132e98a3975 parent 9f9e0f6fac8f249a8a0e81cd712a00cb02757a6f Author: FIGBERT <figbert@figbert.com> Date: Tue, 17 Dec 2024 14:51:59 -0800 Increase code font size Diffstat:
M | static/global.css | | | 4 | ++++ |
1 file changed, 4 insertions(+), 0 deletions(-)
diff --git a/static/global.css b/static/global.css @@ -218,6 +218,10 @@ blockquote { 1 10 1 10 stretch stretch; } +code { + font-size: 120%; +} + .zola-anchor { opacity: 0%; position: absolute;