From bf23f63aa5d111534bd8c6ea73fe2796b3dcb6e3 Mon Sep 17 00:00:00 2001 From: Thomas Lamprecht Date: Mon, 8 Mar 2021 10:19:19 +0100 Subject: [PATCH] docs: alabaster theme: better contrast for background color of topics The old value just was way to heavy, and notes/warnings/... admonitions did not stick out anymore. Signed-off-by: Thomas Lamprecht --- docs/custom.css | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/docs/custom.css b/docs/custom.css index 07ee64d6..0cd0ba4b 100644 --- a/docs/custom.css +++ b/docs/custom.css @@ -14,6 +14,10 @@ pre { padding: 5px 10px; } +div.topic { + background-color: #FAFAFA; +} + li a.current { font-weight: bold; border-bottom: 1px solid #000;