From bb83b79505b6bb266c8003d8ea01a3e7f3a3131c Mon Sep 17 00:00:00 2001 From: N0x <0xNox@protonmail.com> Date: Thu, 2 Dec 2021 11:52:48 +0100 Subject: [PATCH] Add a little rounded corner to image icon --- assets/custom.css | 4 ++++ 1 file changed, 4 insertions(+) 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; +}