From: Graham Harper Date: Tue, 14 Mar 2023 20:52:43 +0000 (-0600) Subject: Update doxygen stylesheet to only use a white table.tutorial in light mode (not dark... X-Git-Tag: v9.5.0-rc1~479^2 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=refs%2Fpull%2F14888%2Fhead;p=dealii.git Update doxygen stylesheet to only use a white table.tutorial in light mode (not dark mode) --- diff --git a/doc/doxygen/stylesheet.css b/doc/doxygen/stylesheet.css index d5bc3096ed..c7487e8a43 100644 --- a/doc/doxygen/stylesheet.css +++ b/doc/doxygen/stylesheet.css @@ -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;