From 913685eae6434ba717ca7f4d8f16c1d27a76a318 Mon Sep 17 00:00:00 2001 From: Price Hiller Date: Mon, 30 Oct 2023 05:29:13 -0500 Subject: [PATCH] feat(style): improve font sizing and appearance of code --- assets/style/style.css | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/assets/style/style.css b/assets/style/style.css index db45a87..fb10272 100644 --- a/assets/style/style.css +++ b/assets/style/style.css @@ -63,6 +63,7 @@ body { overflow-x: hidden; padding: 0; margin: 0; + font-size: 1.05rem; } html { @@ -281,7 +282,6 @@ pre { outline-color: var(--sumiInk2); outline-width: 2.5px; width: min(90vw, 800px); - font-size: 0.85rem; transition-duration: 0.25s; align-self: center; padding: 5px; @@ -300,10 +300,13 @@ code { padding: 2px; font-family: monospace; background-color: var(--sumiInk3); + font-size: 0.9rem; + line-height: 22px; } pre > code { background-color: unset; + display: block; } ul,