From 16bdab2a899bf4ed120e10a889c320304b561130 Mon Sep 17 00:00:00 2001 From: delta Date: Sat, 15 Mar 2025 15:59:41 +0100 Subject: new post --- assets/css/main.css | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) (limited to 'assets/css') diff --git a/assets/css/main.css b/assets/css/main.css index edd431a..835b6f9 100644 --- a/assets/css/main.css +++ b/assets/css/main.css @@ -146,7 +146,7 @@ nav > ul { main { flex-grow: 1; width: 80vw; - line-height: 1.5; + line-height: 1.6; } nav > ul { @@ -230,3 +230,11 @@ main ul:not(:last-child) { strong { font-weight: bold; } + +code { + background-color: var(--bg-low); + padding: var(--padding); + border-radius: var(--border-radius); + font-family: "Aporetic Mono", monospace; + text-wrap: nowrap; +} -- cgit v1.2.3