From f58b00eb46ca752593b1f32e7f8e4d1ea917ead7 Mon Sep 17 00:00:00 2001 From: wires Date: Tue, 8 Apr 2025 13:40:27 -0400 Subject: change inline code style --- assets/style.css | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'assets/style.css') diff --git a/assets/style.css b/assets/style.css index f87534a..05deeb8 100644 --- a/assets/style.css +++ b/assets/style.css @@ -137,5 +137,9 @@ hr { code { /* what a horrible hack*/ font-family: monospace, serif; + padding: 0.1em 0.2em; + background: black; + border: 1px solid var(--overlay); + border-radius: 4px; white-space: preserve nowrap; } -- cgit 1.4.1