summaryrefslogtreecommitdiffstats
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
parent018565fae79000fbaa5f44db95bb9f48f7ebc1fb (diff)
downloadsamanthony.xyz-df32f24091f1cda49df6b417833301886c1a541f.zip
table styling
-rw-r--r--content/_index.html2
-rw-r--r--themes/aoidh/assets/aoidh.css3
2 files changed, 4 insertions, 1 deletions
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
<thead>
<tr>
<th>Personal information</th>
+ <th></th>
</tr>
</thead>
<tbody>
@@ -38,6 +39,7 @@ draft: true
<thead>
<tr>
<th>Contact</th>
+ <th></th>
</tr>
</thead>
<tbody>
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);
}