Add a little rounded corner to image icon
This commit is contained in:
parent
4b47d85542
commit
bb83b79505
|
|
@ -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;
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue