diff --git a/assets/custom.css b/assets/custom.css index 3deea01..80eee9b 100755 --- a/assets/custom.css +++ b/assets/custom.css @@ -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; +}