Remove the underline from dashboard footer links

This commit is contained in:
Kevin MacMartin 2021-08-04 16:49:57 -04:00
parent 5393d352e7
commit d6a281d397

View file

@ -235,6 +235,7 @@ body {
a { a {
color: $c-text-light-inactive; color: $c-text-light-inactive;
text-decoration: none;
transition: color 150ms; transition: color 150ms;
&:hover, &:focus { &:hover, &:focus {