From d5786e1445b8fb61ee7f4ea8faa2e2aff63e81a4 Mon Sep 17 00:00:00 2001 From: BodgeMaster <> Date: Sun, 20 Jul 2025 20:26:24 +0200 Subject: [PATCH] style: fix bold text on terminal sections --- html_resources/style.css | 3 +++ 1 file changed, 3 insertions(+) diff --git a/html_resources/style.css b/html_resources/style.css index 5db63e6..d0192ee 100644 --- a/html_resources/style.css +++ b/html_resources/style.css @@ -126,6 +126,9 @@ pre.terminal { padding: 1em; } +pre.terminal b { + color: #c8ff52; +} pre.terminal span { color: inherit; }