From 680010a8a04f4fc889310ab7a5ec5840302a669e Mon Sep 17 00:00:00 2001 From: Emil Williams Date: Fri, 16 May 2025 16:55:59 -0600 Subject: [PATCH] -- --- static/style.css | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/static/style.css b/static/style.css index 521b523..9f8472d 100644 --- a/static/style.css +++ b/static/style.css @@ -42,3 +42,8 @@ #bar { } + + +#post:not(:last-child) { + border-bottom: 1px solid #ccc; +} -- 2.39.5