]> https://gitweb.dealii.org/ - dealii.git/commitdiff
Update doxygen stylesheet to only use a white table.tutorial in light mode (not dark... 14888/head
authorGraham Harper <grahambenharper@gmail.com>
Tue, 14 Mar 2023 20:52:43 +0000 (14:52 -0600)
committerGraham Harper <grahambenharper@gmail.com>
Tue, 14 Mar 2023 20:52:43 +0000 (14:52 -0600)
doc/doxygen/stylesheet.css

index d5bc3096ede2d20f97ce88df6c5b9a02d54d139a..c7487e8a43c1af0d0c280a815b25b9e1a919d675 100644 (file)
@@ -5,12 +5,14 @@
     color: #80ff00;
 }
 
-table.tutorial {
+@media (prefers-color-scheme: light) {
+  table.tutorial {
     color: black;
     border: 1px solid #aaa;
     background-color: #f9f9f9;
     padding: 5px;
     font-size: 95%;
+  }
 }
 div.tutorial {
     color: black;

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.