Custom Casper Dark Mode Italics

This is either a bug or an issue with something I customized. Here is the page that showcases the issue. I have some areas and single words in italic that are showing up as lighter color font than the rest of the web page, and I’m having trouble figuring out how to isolate the code doing this. This occurs on all browsers. Any help?

Ghost Version 5
How did you install Ghost? Ghost Pro

image

Nevermind, I figured it out and editing the following fixed it.

html.dark-mode .gh-content em {
    color: rgba(255, 255, 255, 0.75); /* Italics Color */
}