From 8b28ea75d6597fcfc78183c6ed128c3fa964d83e Mon Sep 17 00:00:00 2001 From: welpo Date: Sun, 5 Feb 2023 01:36:17 +0100 Subject: [PATCH] =?UTF-8?q?=F0=9F=90=9B=20fix:=20consistent=20round=20back?= =?UTF-8?q?ground=20for=20hovering=20over=20links=20Changes=20the=20colour?= =?UTF-8?q?ed=20background=20on=20the=20main/home=20title=20text=20when=20?= =?UTF-8?q?hovering,=20so=20that=20it=20is=20as=20round=20as=20the=20rest?= =?UTF-8?q?=20of=20the=20navbar.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- sass/parts/_header.scss | 1 + 1 file changed, 1 insertion(+) diff --git a/sass/parts/_header.scss b/sass/parts/_header.scss index fdeb83b..a9a8396 100644 --- a/sass/parts/_header.scss +++ b/sass/parts/_header.scss @@ -68,6 +68,7 @@ header { border: none; color: var(--accent-color); text-decoration: none; + border-radius: 5px; } .meta {