-
Notifications
You must be signed in to change notification settings - Fork 99
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Is it possible to change article color through .css file in the dark reader mode? #2052
Comments
I checked the .JS file it seems these parameters are also valid for custom .JS file goldendict-ng/src/scripts/darkreader.js Lines 4726 to 4736 in 861c1d4
But why isn't it working? Update:
It doesn't apply but when I do it in inspect element via console it works just fine! |
Github Copilot is really handy :) goldendict-ng/src/scripts/darkreader.js Lines 339 to 364 in 861c1d4
To this
Built it and now it does what I want! |
Yeah, sorry for the mistake. I'm not sure How I missed that! :) |
you can submit a PR,and illustrate what your changes doing. |
The code in #2065 already exists somewhere else. goldendict-ng/src/scripts/darkreader.js Lines 7750 to 7757 in 0543cb2
Just put the js file in the correct folder as mentioned in the doc. |
Yep, it all stemmed from me not putting it in the correct place! |
Hello
As stated in the title
Is it possible?
The CSS files only apply when the dark reader mode is off and only changing the background color alone through the CSS and not adjusting other colors doesn't make it look any good!
In some sense I want to be able to change these lines defaults
goldendict-ng/src/scripts/darkreader.js
Lines 328 to 338 in 861c1d4
The text was updated successfully, but these errors were encountered: