From 18435439a8d1ad5e8554ab3535c52403625b8513 Mon Sep 17 00:00:00 2001 From: Runxi Yu Date: Mon, 10 Feb 2025 11:28:11 +0800 Subject: [PATCH] style.css: font-size: 1rem; --- static/style.css | 4 ++++ diff --git a/static/style.css b/static/style.css index 02fa79c872a3efecb013c260329f5b11cd662eba..0ac7c32c444d3ff60ab3c5423f2e67cb47733f30 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 @@ } .padding-wrapper > * { width: 100%; } + -- 2.48.1