From eb616110d1a418e02e4638a36db350103794003e Mon Sep 17 00:00:00 2001 From: Marvin Drees Date: Mon, 17 Feb 2025 16:49:02 +0100 Subject: [PATCH] docs: make docs more readable The yellow background is really straining on the eyes, this changes it to a soft white instead. Signed-off-by: Marvin Drees --- docs/css/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/css/style.css b/docs/css/style.css index 0d1ab0bd5..93174e1cb 100644 --- a/docs/css/style.css +++ b/docs/css/style.css @@ -16,7 +16,7 @@ html { body { font-family: monospace; font-size: 1rem; - background-color: #ffe0a5; + background-color: #fefefe; } a {