Quote:
Originally Posted by BeckyEbook
Hmmm,
What if you just added background-color: black; to the CSS file? (It works for me)
|
Solved! I only have to change the selector, with "body" instead of ":root" your solution works like a charm!
Code:
body {
background-color: initial !important;
color: initial !important;
filter: invert(1);
}
Many thanks Becky!
EDIT: By the way, maybe Kevin or Diap could add as an option your very smart style "filter: invert(1)" in dark mode, so by checking or unchecking the option, the user would have both alternatives.