From c2e9756683e56389fbe44f70cd78f1b6adc3f814 Mon Sep 17 00:00:00 2001 From: Humblesaw Date: Tue, 8 Jul 2025 18:37:30 +0200 Subject: [PATCH] doc BUGFIX footer fix color --- doc/cesnet-style.css | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/doc/cesnet-style.css b/doc/cesnet-style.css index 296c260af4..da6a316d0c 100644 --- a/doc/cesnet-style.css +++ b/doc/cesnet-style.css @@ -48,9 +48,10 @@ div.contents { background-color: #0068a2; } -.navpath li.footer { - color: white; +.footer a { + color: #fff; } + img.footer { height: 20px; }