I'm making a stylesheet for a subreddit and I'm having an issue styling text.
The markup in this problem is as follows:
<span class="value">
<span class="number">1</span>em;
</span>
I want to style that em;
though I can't use span.number + *
for some reason. Is there anyway I can select it without using .value
?