Colors not set
-
Hello,
we have the problem that the dark mode does not work completely on the page mentioned. Although links and form fields are colored, the entire page remains with a white background.
While searching for the cause, I found a spelling mistake in the app.min.css that your plugin provides. It says:
html.wp-dark-mode-active:not([data-wp-dark-mode-preset=“0”]) *, html[data-wp-dark-mode-active]:not([data-wp-dark-mode-preset=“0”]) *, html[data-wp-dark-mode-loading]:not([data-wp-dark-mode-preset=“0”]) * {
transition: background-color 0 !important;
}The syntax in the CSS is not valid. And I suspect it also prevents the background from darkening.
Is there a solution for this?
Many thanks in advance 🙂
The page I need help with: [log in to see the link]
Viewing 6 replies - 1 through 6 (of 6 total)
Viewing 6 replies - 1 through 6 (of 6 total)
The topic ‘Colors not set’ is closed to new replies.