Replies: 2 comments 2 replies
-
No, unfortunately, there's no better way. |
Beta Was this translation helpful? Give feedback.
1 reply
-
One thing you could do is invert the entire page: body {
filter: invert(0.9);
}
img {
filter: invert(0.9) brightness(120%);
} I believe the dark reader extension does something similar to this. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Many websites are using randomly generated classes (RGC). I do know the reason behind it.
I have no problem creating a dark theme by using the RGC.
However when the website updated and the RGC changed, it will take much time to determine which RGCs were changed. Unless I document all the RGC like doing a data dictionary or using CSS selector which is slower and harder to read.
Is there a better way? Thanks in advance.
Beta Was this translation helpful? Give feedback.
All reactions