This is my text code:
main p{
letter-spacing: 2px;
font-weight: 700;
line-height: 1.5;
color: white !important;
text-shadow: 2px 2px 3px black, 0 0 25px black, 0 0 5px black;}
}
Issue is that it's causing a gap in my custom "mood:" code, but I can't seem to get the text code to exclude mood while working on everything else. I've tried using the "not:(.mood)" exclusion, but this breaks the text for my entire profile.
I've already verified that the custom mood code itself isn't the issue and that it's the above profile text code causing this gapping, it's the 2px letter-spacing specifically, which I'd like to keep for the rest of my profile.
Any way to remove the spacing from .mood while keeping the spacing everywhere else? Thanks.