Include specificity for a > svg -- a:not(.btn)

This commit is contained in:
kitajchuk
2021-03-31 09:12:15 -07:00
parent c41235d760
commit 244e197bb6

View File

@@ -5,7 +5,8 @@ body {
color: $charcoal;
}
a {
/* Buttons have their own inline svg/span styles */
a:not(.btn) {
color: $jambonz;
svg, span {