From 3416dd5e876cf8f1a18ecdd9b4deebd2c47fa93d Mon Sep 17 00:00:00 2001 From: Matthias Prinke Date: Thu, 26 Oct 2023 12:54:03 +0200 Subject: [PATCH] Changed visited links color --- doc/_static/css/theme_zeiss.css | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/doc/_static/css/theme_zeiss.css b/doc/_static/css/theme_zeiss.css index a732ae2..c6b645f 100644 --- a/doc/_static/css/theme_zeiss.css +++ b/doc/_static/css/theme_zeiss.css @@ -26,9 +26,9 @@ a { color: #0072EF; } -/* Changed from #9b59b6 -> ZEISS Aqua */ +/* Changed from #9b59b6 -> ZEISS Saphire */ a:visited { - color: #244A86; + color: #4C6BB1; } /* Menu section text, changed from #55a5d9 -> ZEISS Sky Blue, from 85% -> 100% */ @@ -49,7 +49,6 @@ a:visited { /* Changed from #298069 -> ZEISS Ultradark Gray */ .wy-side-nav-search { - /* background: #343131; */ background: #32373E; }