You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
On the bamboo page, the current build icon background is almost indistinguishable from black.
I created a custom rule to make it visible:
bamboo.*
INVERT
.current
It works great but upon Chrome restart it's back to black again.
The workaround is trivial - I just go to the DarkReader's Dev Tools and click "Apply" (don't need to change anything there) and it works again until the next restart.
Steps To Reproduce
Create a custom rule.
Hit "Apply" and observe it's working.
Restart Chrome. See it doesn't work upon restart.
Open DevTools and hit "Apply". See it works again.
Expected Behavior
All custom things should be applied upon Chrome restart.
Actual Behavior
Custom things are not applied upon Chrome restart.
System Information
OS: Windows
Browser: e.g. Chrome 106
Dark Reader Version: 4.9.58
The text was updated successfully, but these errors were encountered:
The dev tools is not made for permanent changes, so it's possible that the changes are reset(especially if you have enabled the option to sync sites fixes). I'd suggest to use an extension like Stylus to do these changes, in this case the CSS would look like:
Bug Report
Website Address
(it's an intranet corporate atlassian bamboo)
Bug Description
On the bamboo page, the current build icon background is almost indistinguishable from black.
I created a custom rule to make it visible:
It works great but upon Chrome restart it's back to black again.
The workaround is trivial - I just go to the DarkReader's Dev Tools and click "Apply" (don't need to change anything there) and it works again until the next restart.
Steps To Reproduce
Create a custom rule.
Hit "Apply" and observe it's working.
Restart Chrome. See it doesn't work upon restart.
Open DevTools and hit "Apply". See it works again.
Expected Behavior
All custom things should be applied upon Chrome restart.
Actual Behavior
Custom things are not applied upon Chrome restart.
System Information
The text was updated successfully, but these errors were encountered: