Add border-radius to all images

Signed-off-by: Skylar "The Cobra" Widulski <cobra@vern.cc>
This commit is contained in:
Skylar "The Cobra" Widulski 2023-12-10 11:18:05 -05:00
parent 8b9003b6dc
commit 63dba1b69e
Signed by: cobra
GPG Key ID: 4FD8F812083FF6F9
1 changed files with 4 additions and 0 deletions

View File

@ -8,6 +8,10 @@ body {
margin: 0 auto;
}
img {
border-radius: 10px;
}
blockquote {
border-left: 10px solid #c6888d;
padding: 1px 1em;