I’m using the Everforst dark them and I noticed when bullet points have items that have bold words they don’t stand out. I would like to turn them Blue for dark theme and Red for Light theme. I’ve tried a couple of things but nothing is changing. I put my code in a custom CSS file and yes I have turned on CSS Snippets. Any insight would be awesome.
Things I have tried
.HyperMD-list-line li b {
color: blue; /* Set the color of bold text to blue */
}