From 18435439a8d1ad5e8554ab3535c52403625b8513 Mon Sep 17 00:00:00 2001 From: Runxi Yu Date: Mon, 10 Feb 2025 11:28:11 +0800 Subject: style.css: font-size: 1rem; --- static/style.css | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'static') diff --git a/static/style.css b/static/style.css index 02fa79c..0ac7c32 100644 --- a/static/style.css +++ b/static/style.css @@ -1,6 +1,9 @@ html { font-family: sans-serif; } +html, code, pre { + font-size: 1rem; +} .padding-wrapper { padding: 0 1rem; @@ -10,3 +13,4 @@ html { .padding-wrapper > * { width: 100%; } + -- cgit v1.2.3