Skip to content

Commit b42d726

Browse files
committed
Darker table header on light theme
1 parent 9a9efb1 commit b42d726

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

web/src/styles/custom.css

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -211,7 +211,11 @@ th {
211211
background-color: var(--sl-color-hairline);
212212
font-weight: bold;
213213
}
214-
214+
215+
:root[data-theme='light'] th {
216+
background-color: var(--sl-color-gray-5);
217+
}
218+
215219
td {
216220
background-color: var(--sl-color-bg-inline-code);
217221
}

0 commit comments

Comments
 (0)