From: Pasquale Africa Date: Thu, 22 Aug 2024 10:11:58 +0000 (+0000) Subject: Fix doxygen-awesome colors X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=39459d1625cae61607faa7db3ad1fa9ac8323641;p=dealii.git Fix doxygen-awesome colors --- 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: '+';