From d6a281d3971a3ad2ebc9b896beca21508c0748e3 Mon Sep 17 00:00:00 2001 From: Kevin MacMartin Date: Wed, 4 Aug 2021 16:49:57 -0400 Subject: [PATCH] Remove the underline from dashboard footer links --- resources/sass/dashboard.scss | 1 + 1 file changed, 1 insertion(+) diff --git a/resources/sass/dashboard.scss b/resources/sass/dashboard.scss index 538f633..1e68ec2 100644 --- a/resources/sass/dashboard.scss +++ b/resources/sass/dashboard.scss @@ -235,6 +235,7 @@ body { a { color: $c-text-light-inactive; + text-decoration: none; transition: color 150ms; &:hover, &:focus {