This commit is contained in:
Swrup 2022-04-10 14:04:26 +02:00
parent 4032fbbed8
commit 3b7dabd7f3
4 changed files with 126 additions and 21 deletions

View file

@ -35,6 +35,14 @@ blockquote.blockquote {
display: table;
}
.post + .highlight {
background-color: #9dd162;
margin: 5px 5px 5px 5px;
border: 2px solid #FFB300;
padding: 2px;
display: table;
}
.post-info {
display: block;
width: 100%;