summaryrefslogtreecommitdiffstats
path: root/themes/aoidh/assets/aoidh.css
diff options
context:
space:
mode:
authorSam Anthony <sam@samanthony.xyz>2025-12-28 22:28:24 -0330
committerSam Anthony <sam@samanthony.xyz>2025-12-28 22:28:24 -0330
commitdf32f24091f1cda49df6b417833301886c1a541f (patch)
tree7bdbcf9c364e624921a944f8d68473c6de11c043 /themes/aoidh/assets/aoidh.css
parent018565fae79000fbaa5f44db95bb9f48f7ebc1fb (diff)
downloadsamanthony.xyz-df32f24091f1cda49df6b417833301886c1a541f.zip
table styling
Diffstat (limited to 'themes/aoidh/assets/aoidh.css')
-rw-r--r--themes/aoidh/assets/aoidh.css3
1 files changed, 2 insertions, 1 deletions
diff --git a/themes/aoidh/assets/aoidh.css b/themes/aoidh/assets/aoidh.css
index 13efae4..07b2e89 100644
--- a/themes/aoidh/assets/aoidh.css
+++ b/themes/aoidh/assets/aoidh.css
@@ -116,9 +116,10 @@ table {
thead tr {
border: 1px solid #000;
+ background: var(--light-blue);
}
-tr {
+tbody tr {
border: 1px solid var(--dark-gray);
}