Merge pull request #1558 from Safelite/feature/CSR-1777-bugfix-ajc

CSR-1777: another css adjustment
This commit is contained in:
AdamCaouetteSafelite 2023-11-21 14:18:46 -05:00 committed by GitHub
commit 7686b9c9ce
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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