From 279262908d927713bb9e392335b67e083b5880e5 Mon Sep 17 00:00:00 2001 From: aqquq <jannik.wurche@student.uni-halle.de> Date: Sat, 6 Jul 2024 12:49:56 +0200 Subject: [PATCH] =?UTF-8?q?=F0=9F=96=8C=EF=B8=8F=20style=20link=20to=20edi?= =?UTF-8?q?tor=20more=20moderately?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/style.css b/src/style.css index 8f883f7..7fdb335 100644 --- a/src/style.css +++ b/src/style.css @@ -408,7 +408,7 @@ a.link { transition: border-color 0.3s ease, color 0.3s ease; } -.btn:hover { +a.link:hover { cursor: pointer; color: #fff; } -- GitLab