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;