From: David Wells Date: Sun, 29 Jan 2017 20:07:18 +0000 (-0500) Subject: Make the doxygen table color consistent with other documentation. X-Git-Tag: v8.5.0-rc1~192^2 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=refs%2Fpull%2F3868%2Fhead;p=dealii.git Make the doxygen table color consistent with other documentation. doxygen uses this particular shade of blue for the background of function signatures. --- diff --git a/doc/doxygen/stylesheet.css b/doc/doxygen/stylesheet.css index 99d7481e11..9f4191b68b 100644 --- a/doc/doxygen/stylesheet.css +++ b/doc/doxygen/stylesheet.css @@ -29,13 +29,13 @@ div.doxygen-generated-exception-message { /* * Fix the default table settings to be readable: this overrides the first row - * and column background to grey (instead of dark blue, upon which links are - * impossible to read) and the text color to black (instead of white, which - * would no longer be visable). + * and column background to light blue (instead of dark blue, upon which links + * are impossible to read) and the text color to black (instead of white, which + * would no longer be visible). */ table.doxtable th { - background-color: #d6d6d6; - color: #000000; + background-color: #D6E2FA; + color: #000000; } div.image img[src="fe_enriched_1d.png"] {