From f464585fad4bd8d0582eae1413223606b3ed154d Mon Sep 17 00:00:00 2001 From: Bill Thiede Date: Sat, 28 Sep 2024 11:14:20 -0700 Subject: [PATCH] web: tweak hr styling --- web/static/site-specific.css | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/web/static/site-specific.css b/web/static/site-specific.css index 4b9803e..1209b16 100644 --- a/web/static/site-specific.css +++ b/web/static/site-specific.css @@ -10,7 +10,8 @@ } .body.news-post hr { - margin: 0 !important; + background-color: #aaa !important; + margin: .25rem 0 !important; } .body.news-post .number {