From 62e32c47a3c09927a3cd2d63b2fd867a9cc07ab9 Mon Sep 17 00:00:00 2001 From: Steph Enders Date: Sun, 10 Mar 2024 14:42:44 -0400 Subject: Updated build and posts - should be deployable Everything SEEMS like it should be deployable now. Let's see --- templates/index.css | 13 +++++++++++++ 1 file changed, 13 insertions(+) (limited to 'templates/index.css') 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; +} + -- cgit v1.2.3-54-g00ecf