https://i.sstatic.net/vFWgU.png
I am encountering an issue where I only want the word "declined" to be color inverted, rather than the entire line.
Can anyone provide assistance with this?
.invert {
background-color: white;
filter: invert(100%);
}
<div class="line title-line highlight md uppercase invert">
DECLINED
</div>