commit 05bb18cfd62f489bda4bcaaef4a1dad0b5f66b5f parent e5c9d3ada512e0f4ed67c160d783d6ccb66ba155 Author: aabacchus <ben@bvnf.space> Date: Wed, 8 Feb 2023 01:12:08 +0000 style.css: same font size in pre Diffstat:
M | wiki/style.css | | | 2 | ++ |
1 file changed, 2 insertions(+), 0 deletions(-)
diff --git a/wiki/style.css b/wiki/style.css @@ -2,9 +2,11 @@ body { font-family: sans-serif; padding: 0; margin: 0; + font-size: 16px; } pre, code { margin: 0; + font-size: 100%; } pre { padding: 1ch;