Style hr elements

This commit is contained in:
Râu Cao 2024-10-24 22:59:57 +02:00
parent aec35d9eb3
commit 266913c369
Signed by: raucao
GPG Key ID: 37036C356E56CC51
2 changed files with 4 additions and 1 deletions

View File

@ -34,7 +34,7 @@ h2, h3, h4 {
line-height: 1.6em;
}
p, pre, ul, ol, dl, blockquote {
p, pre, ul, ol, dl, blockquote, hr {
line-height: 1.6em;
margin-bottom: 1.6em;
}

View File

@ -32,6 +32,9 @@ pre code {
dl dt {
color: #888;
hr {
border-color: #e8e3da;
}
main header .draft-label {