diff options
author | Steph Enders <steph@senders.io> | 2024-03-10 14:42:44 -0400 |
---|---|---|
committer | Steph Enders <steph@senders.io> | 2024-03-10 14:42:44 -0400 |
commit | 62e32c47a3c09927a3cd2d63b2fd867a9cc07ab9 (patch) | |
tree | ee90097de0132fd5ae88445dc0738f7fa4d830d1 /templates | |
parent | 1f689fd039533801842ae241671f2437ddbe0044 (diff) |
Updated build and posts - should be deployable
Everything SEEMS like it should be deployable now.
Let's see
Diffstat (limited to 'templates')
-rw-r--r-- | templates/index.css | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/templates/index.css b/templates/index.css index cb26dbd..911fe58 100644 --- a/templates/index.css +++ b/templates/index.css @@ -138,3 +138,16 @@ hr { border-color: var(--pink); border-style: solid; } + +main article table { + border-collapse: collapse; +} +main article table thead { + background-color: var(--green); +} +main article table tr td, +main article table tr th { + border: 1px solid var(--blue); + padding: 2px 8px; +} + |