From 94c254788a5c699191cff6ece8ec108be4ec5e6a Mon Sep 17 00:00:00 2001 From: Ansgar Korf Date: Mon, 18 Nov 2024 20:54:09 +0100 Subject: [PATCH] change font color --- docs/css/extra.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/css/extra.css b/docs/css/extra.css index b40f6503..b4d08fd6 100644 --- a/docs/css/extra.css +++ b/docs/css/extra.css @@ -4,10 +4,10 @@ .md-typeset h4, .md-typeset h5, .md-typeset h6 { - color: #335183; + color: #0072b2; font-weight: bold; } .md-header { - background-color: #56b4e9; + background-color: #0072b2; }