Make blockquotes prettier

This commit is contained in:
Niels G. W. Serup 2024-11-27 20:32:26 +01:00
parent a471e5d0e4
commit bb2cd7fc46
No known key found for this signature in database
GPG Key ID: 38EEEBCE67324F19
1 changed files with 16 additions and 0 deletions

View File

@ -129,6 +129,22 @@ p.image {
} }
} }
blockquote {
background-color: #dddd31;
padding: 10px;
margin: 0;
p {
margin: 0;
}
em {
display: block;
text-align: right;
color: grey;
}
}
#julekalender { #julekalender {
height: 100px; height: 100px;
background-image: url('img/julekalender.png'); background-image: url('img/julekalender.png');