From 39459d1625cae61607faa7db3ad1fa9ac8323641 Mon Sep 17 00:00:00 2001 From: Pasquale Africa Date: Thu, 22 Aug 2024 10:11:58 +0000 Subject: [PATCH] Fix doxygen-awesome colors --- doc/doxygen/custom.css | 20 ++++---------------- 1 file changed, 4 insertions(+), 16 deletions(-) diff --git a/doc/doxygen/custom.css b/doc/doxygen/custom.css index 5cf40aed5a..f0679877e5 100644 --- a/doc/doxygen/custom.css +++ b/doc/doxygen/custom.css @@ -5,26 +5,14 @@ html { --primary-color: #546d78; } +a:link, a:visited, a:hover, a:focus, a:active { + color: #1779c4 !important; +} + /* * Mobile mode: fix '+' and '-' symbols for opening/closing sub-menus in the top navigation bar. */ @media screen and (max-width: 767px) { - /* - * Background color when mouse hover. - */ - .sm-dox a:hover span.sub-arrow { - background: var(--primary-dark-color); - color: var(--primary-lighter-color); - } - - /* - * Background color on mouse click. - */ - .sm-dox a span.sub-arrow { - background: var(--primary-lighter-color); - color: var(--page-foreground-color); - } - .sm-dox a span.sub-arrow:before { display: block; content: '+'; -- 2.39.5