]> https://gitweb.dealii.org/ - dealii.git/commitdiff
Fix doxygen-awesome colors 17594/head
authorPasquale Africa <pafrica@sissa.it>
Thu, 22 Aug 2024 10:11:58 +0000 (10:11 +0000)
committerPasquale Africa <pafrica@sissa.it>
Thu, 22 Aug 2024 10:14:53 +0000 (10:14 +0000)
doc/doxygen/custom.css

index 5cf40aed5a74db279c588202936bc76a80bf20f8..f0679877e5c5f5f98f0985b1f4bc5cb758872ea8 100644 (file)
@@ -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: '+';

In the beginning the Universe was created. This has made a lot of people very angry and has been widely regarded as a bad move.

Douglas Adams


Typeset in Trocchi and Trocchi Bold Sans Serif.