From df32f24091f1cda49df6b417833301886c1a541f Mon Sep 17 00:00:00 2001 From: Sam Anthony Date: Sun, 28 Dec 2025 22:28:24 -0330 Subject: table styling --- content/_index.html | 2 ++ themes/aoidh/assets/aoidh.css | 3 ++- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/content/_index.html b/content/_index.html index d1e4213..f3a4a2f 100644 --- a/content/_index.html +++ b/content/_index.html @@ -9,6 +9,7 @@ draft: true Personal information + @@ -38,6 +39,7 @@ draft: true Contact + 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); } -- cgit v1.2.3