From: Emil Williams Date: Sat, 17 May 2025 16:14:20 +0000 (-0600) Subject: -- X-Git-Url: https://git.xolatile.top/?a=commitdiff_plain;h=3b4355a47c3c3244da7347b6b66c9c6807e54e82;p=emil-3chen.org.git -- --- 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; }