Add a little rounded corner to image icon

This commit is contained in:
N0x 2021-12-02 11:52:48 +01:00 committed by GitHub
parent 4b47d85542
commit bb83b79505
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 4 additions and 0 deletions

View File

@ -111,3 +111,7 @@ body #bighead .navbar a:focus, body #bighead .navbar a:hover {
background-color: rgba(0, 0, 0, 0);
color: var(--link-hover);
}
.image img {
border-radius: 5px;
}