From 5a718dbb87c7d804b739e1836ab897f3cd058597 Mon Sep 17 00:00:00 2001 From: Rhiannon Morris Date: Sat, 11 Jul 2020 06:15:24 +0200 Subject: [PATCH] remove dark mode link underline --- style.css | 5 ----- 1 file changed, 5 deletions(-) diff --git a/style.css b/style.css index 3cb5215..eb43dd7 100644 --- a/style.css +++ b/style.css @@ -227,11 +227,6 @@ footer a { mix-blend-mode: screen; } - a { - text-decoration: underline; - text-decoration-thickness: 2px; - } - footer { background: hsla(0, 0%, 0%, 50%); color: white;