From 19dadcfa8e9794b63b8bbc746471ff7d53c40573 Mon Sep 17 00:00:00 2001 From: David Wells Date: Sun, 29 Jan 2017 15:07:18 -0500 Subject: [PATCH] Make the doxygen table color consistent with other documentation. doxygen uses this particular shade of blue for the background of function signatures. --- doc/doxygen/stylesheet.css | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) 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"] { -- 2.39.5