From 868f34a378156a33868f1ebdb774bbefc5c128bd Mon Sep 17 00:00:00 2001 From: mco-system Date: Sun, 23 Apr 2023 21:28:12 +1100 Subject: [PATCH] feat: outline ahref hover only --- src/thsf/static/css/elements.css | 1 - 1 file changed, 1 deletion(-) diff --git a/src/thsf/static/css/elements.css b/src/thsf/static/css/elements.css index a54ca15..892ec0f 100644 --- a/src/thsf/static/css/elements.css +++ b/src/thsf/static/css/elements.css @@ -5,7 +5,6 @@ a { transition-property: color; transition-duration: 1s; text-decoration: wavy; - text-shadow: -1px -1px 0 var(--main-color), 1px -1px 0 var(--main-color), -1px 1px 0 var(--main-color), 1px 1px 0 var(--main-color); } a:hover {