From c7449b3d4821f2255694cd9a4174f559e926ad2e Mon Sep 17 00:00:00 2001 From: "Alexander V. Hopp" Date: Mon, 4 Dec 2023 09:10:24 +0100 Subject: [PATCH] Change table header text color to white --- docs/_static/custom.css | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/docs/_static/custom.css b/docs/_static/custom.css index b965bc8bcf..6154f212fc 100644 --- a/docs/_static/custom.css +++ b/docs/_static/custom.css @@ -26,4 +26,8 @@ a.sidebar-brand { /*The color of the "Search" placeholder in the sidebar*/ .sidebar-search::placeholder { color: #ffdcb9; +} + +thead { + color: #ffffff; } \ No newline at end of file