From dfb0078cc95666ca3abc4107596a3d3ddfe6db62 Mon Sep 17 00:00:00 2001 From: Hugo Date: Sun, 6 Aug 2023 16:30:05 +0200 Subject: [PATCH] colorize .links on hover --- styles/style.css | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/styles/style.css b/styles/style.css index cd8fb25..dfae114 100644 --- a/styles/style.css +++ b/styles/style.css @@ -129,8 +129,12 @@ a:focus { gap: 2rem; } -.links > a:hover{ - background-color: var(--bg); +.links > a { + border-radius: 100%; +} + +.links > a > img { + display: block; } #sections-button {