Add a border before comment section

This commit is contained in:
Gabriel Augendre 2020-11-10 16:35:57 +01:00
parent b73192c371
commit 3fd73c451c
No known key found for this signature in database
GPG key ID: 1E693F4CE4AEE7B4

View file

@ -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;