CSR-1777: another css adjustment

This commit is contained in:
Adam Caouette 2023-11-21 13:44:03 -05:00
parent 77279990bb
commit 5ffb873b6f

View file

@ -205,12 +205,10 @@ export default {
} }
p:not(.link-styling) { p:not(.link-styling) {
color: $gray-600;
text-align: left; text-align: left;
}
&.sub-copy { p:not(.link-styling):not(.sub-copy) {
color: $gray-550; color: $gray-600;
}
} }
} }
} }