From e0ebc94f716c6201e3fb10b90604156b6e504624 Mon Sep 17 00:00:00 2001 From: Mohammad Mahdi Bahrami <90021059+FrontCutted@users.noreply.github.com> Date: Sat, 13 Nov 2021 08:26:47 +0330 Subject: [PATCH] Removed Ugly Underline Under The Links --- src/styles/global.css | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/styles/global.css b/src/styles/global.css index fbe101c..b5ee9de 100644 --- a/src/styles/global.css +++ b/src/styles/global.css @@ -78,3 +78,6 @@ body { #snack-container > :not(:last-child) { margin: 0 0 var(--spacing-s); } +a { + text-decoration: none !important; +}