From b71993adaa413ab8fd3b4aeaaf37ebe2a87e1560 Mon Sep 17 00:00:00 2001 From: en Date: Fri, 14 Feb 2025 13:00:33 +0100 Subject: [PATCH] fix(css): remove duplicate a link style --- src/index.css | 9 --------- 1 file changed, 9 deletions(-) diff --git a/src/index.css b/src/index.css index 0f79a1a..f749730 100644 --- a/src/index.css +++ b/src/index.css @@ -34,15 +34,6 @@ body { box-sizing: border-box; } -a { - font-weight: 500; - color: #646cff; - text-decoration: inherit; -} -a:hover { - color: #535bf2; -} - /* h1 { font-size: 3.2em;