From 0b903731c29c5d3c9a06f4a70c1b4a7f85467a6f Mon Sep 17 00:00:00 2001 From: Guillaume Gomez Date: Wed, 2 Jul 2025 11:41:12 +0200 Subject: [PATCH] Fix dark theme table header text color --- templates/style/_themes.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/style/_themes.scss b/templates/style/_themes.scss index 5530ebdca..58c460949 100644 --- a/templates/style/_themes.scss +++ b/templates/style/_themes.scss @@ -62,7 +62,7 @@ html[data-docs-rs-theme="dark"] { --color-warn: #e57300; --color-background-input: #f0f0f0; --color-table-header-background: #545252; - --color-table-header: #000; + --color-table-header: #c0c0c0; --color-search-focus: #078dd8; --chart-title-color: #c0c0c0; --chart-grid: #4e4e4e;