Add a small radius on all images

This commit is contained in:
Gabriel Augendre 2021-01-03 22:14:55 +01:00
parent 98e5f603ec
commit 9dbfb473d8
No known key found for this signature in database
GPG key ID: 1E693F4CE4AEE7B4

View file

@ -7,6 +7,10 @@ h1, h2, h3 {
border-bottom: unset;
}
img {
border-radius: 5px;
}
footer {
font-size: 80%;
color: var(--nc-tx-2);