summaryrefslogtreecommitdiff
path: root/static/css/table.css
diff options
context:
space:
mode:
authorsimponic <simponic@hatecomputers.club>2024-03-28 12:57:35 -0400
committersimponic <simponic@hatecomputers.club>2024-03-28 12:57:35 -0400
commitb2fc689bdcff28bf75c0128db19ba4730d726b4f (patch)
tree37c16d95183242516ba667aa5f441539d152c279 /static/css/table.css
parent75ba836d6072235fc7a71659f8630ab3c1b210ad (diff)
downloadhatecomputers.club-b2fc689bdcff28bf75c0128db19ba4730d726b4f.tar.gz
hatecomputers.club-b2fc689bdcff28bf75c0128db19ba4730d726b4f.zip
dns api (#1)
Co-authored-by: Elizabeth Hunt <elizabeth.hunt@simponic.xyz> Reviewed-on: https://git.hatecomputers.club/hatecomputers/hatecomputers.club/pulls/1
Diffstat (limited to 'static/css/table.css')
-rw-r--r--static/css/table.css7
1 files changed, 6 insertions, 1 deletions
diff --git a/static/css/table.css b/static/css/table.css
index 640ad83..75a961d 100644
--- a/static/css/table.css
+++ b/static/css/table.css
@@ -11,8 +11,13 @@ td {
border-bottom: 1px solid var(--border-color);
}
+th,
+thead {
+ background-color: var(--background-color-2);
+}
+
tbody tr:nth-child(odd) {
- background-color: var(--link-color);
+ background-color: var(--background-color);
color: var(--text-color);
}