fix(css): remove redundant formatting for a elements

This commit is contained in:
SabreCat
2023-02-16 14:23:27 -06:00
parent 8c5e722c72
commit 85c50d50e9
-9
View File
@@ -412,15 +412,6 @@ $bg-color: $purple-400;
margin-top: 0 !important;
}
a {
color: $blue-10;
&:hover, &:active, &:focus {
color: $blue-10;
text-decoration: underline;
}
}
// Disable default style Firefox for invalid elements.
// Selectors taken from view-source:resource://gre-resources/forms.css on Firefox
:not(output):-moz-ui-invalid {