Skip to content

Commit d987ff3

Browse files
GuillaumeGomezsyphar
authored andcommitted
Fix dark theme table header text color
1 parent db376ba commit d987ff3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

templates/style/_themes.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ html[data-docs-rs-theme="dark"] {
6262
--color-warn: #e57300;
6363
--color-background-input: #f0f0f0;
6464
--color-table-header-background: #545252;
65-
--color-table-header: #000;
65+
--color-table-header: #c0c0c0;
6666
--color-search-focus: #078dd8;
6767
--chart-title-color: #c0c0c0;
6868
--chart-grid: #4e4e4e;

0 commit comments

Comments
 (0)