diff options
| -rw-r--r-- | content/_index.html | 2 | ||||
| -rw-r--r-- | themes/aoidh/assets/aoidh.css | 3 |
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); } |