From 3fd73c451ce6639ea1ddd3753369589edef15df2 Mon Sep 17 00:00:00 2001 From: Gabriel Augendre Date: Tue, 10 Nov 2020 16:35:57 +0100 Subject: [PATCH] Add a border before comment section --- articles/static/style.css | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/articles/static/style.css b/articles/static/style.css index 514d8f4..e8a904c 100644 --- a/articles/static/style.css +++ b/articles/static/style.css @@ -103,6 +103,11 @@ code { padding: 1em; } +section.comments { + border-top: 2px dashed var(--background3); + margin-top: 2em; +} + footer { border-top: 2px solid var(--background2); margin-top: 2em;