From 3b4355a47c3c3244da7347b6b66c9c6807e54e82 Mon Sep 17 00:00:00 2001 From: Emil Williams Date: Sat, 17 May 2025 10:14:20 -0600 Subject: [PATCH] -- --- static/style.css | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/static/style.css b/static/style.css index d1dabe2..007308d 100644 --- a/static/style.css +++ b/static/style.css @@ -8,7 +8,6 @@ body { font-size: 2.5em; padding-bottom: 0.25em; margin-bottom: 0.25em; - border-color: black; border-bottom-style: solid; border-width: 1px; } @@ -46,7 +45,7 @@ body { } #post:not(:last-child) { - border-bottom: 1px solid #ccc; + border-bottom: 1px solid black; padding-bottom: 0.5em; margin-right: 0.5em; } -- 2.39.5