aboutsummaryrefslogtreecommitdiff
path: root/smoke/docs-main/public/index.css
diff options
context:
space:
mode:
Diffstat (limited to 'smoke/docs-main/public/index.css')
-rw-r--r--smoke/docs-main/public/index.css4
1 files changed, 1 insertions, 3 deletions
diff --git a/smoke/docs-main/public/index.css b/smoke/docs-main/public/index.css
index 54e4124fd..1ccddf530 100644
--- a/smoke/docs-main/public/index.css
+++ b/smoke/docs-main/public/index.css
@@ -244,12 +244,10 @@ table {
}
/* Zebra striping */
-tr:nth-of-type(odd) {
+tbody tr:nth-of-type(odd) {
background: var(--theme-bg-hover);
}
th {
- background: var(--color-black);
- color: var(--theme-color);
font-weight: bold;
}
td,