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; +}