From a43f93b34387148da0301a2bfc8c4b54100f4241 Mon Sep 17 00:00:00 2001 From: spatialfree Date: Sun, 3 Nov 2024 01:46:44 -0500 Subject: [PATCH] boilerplate --- web/public/style.css | 17 ++++++++++++----- 1 file changed, 12 insertions(+), 5 deletions(-) diff --git a/web/public/style.css b/web/public/style.css index f0c48cb..b3c5a3f 100644 --- a/web/public/style.css +++ b/web/public/style.css @@ -249,12 +249,19 @@ a { a:focus { filter: brightness(1.333); } -b { font-weight: bold; } -i { font-style: italic; } -code { - font-family: 'DM Mono', monospace; +b { + font-weight: bold; +} +i { + font-style: italic; +} +pre { + white-space: pre-wrap; +} +code { + font-family: "DM Mono", monospace; font-weight: 500; - color: #0000FF; + color: #0000ff; } ul { all: revert;