Add a border before comment section
This commit is contained in:
parent
b73192c371
commit
3fd73c451c
1 changed files with 5 additions and 0 deletions
|
@ -103,6 +103,11 @@ code {
|
||||||
padding: 1em;
|
padding: 1em;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
section.comments {
|
||||||
|
border-top: 2px dashed var(--background3);
|
||||||
|
margin-top: 2em;
|
||||||
|
}
|
||||||
|
|
||||||
footer {
|
footer {
|
||||||
border-top: 2px solid var(--background2);
|
border-top: 2px solid var(--background2);
|
||||||
margin-top: 2em;
|
margin-top: 2em;
|
||||||
|
|
Reference in a new issue