Improve display of articles with annotations

This commit is contained in:
Nicolas Lœuillet
2025-06-12 19:58:45 +02:00
parent fcdcd5dfe3
commit ba550268c5
5 changed files with 22 additions and 12 deletions

View File

@ -183,6 +183,12 @@
display: none;
}
blockquote.annotations {
margin-top: 5px;
padding-left: 1rem;
border-left: 5px solid #00acc1;
}
footer {
&.page-footer {
margin-top: 10px;