From c93c5094edf6c6e1d74e30da9c1925b1073f3215 Mon Sep 17 00:00:00 2001 From: x-9917638 Date: Sun, 21 Dec 2025 15:26:42 +1100 Subject: [PATCH] Fix inline code being unreadable --- docs/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/style.css b/docs/style.css index 5132352..1995da4 100644 --- a/docs/style.css +++ b/docs/style.css @@ -190,7 +190,7 @@ header > p > a { } .guide-content code:not([class*='language-']) { - background: #00000000; + background: #1e1e1e; color: #c9d1d9; }