darkreader / darkreader/darkreader
[Broken Website] noises.online [possible fix?]
- Dominant language
- TypeScript
- Stars
- 22.4k
- Forks
- 2.7k
- Avg merge
- 21h 11m
- Merged PRs (30d)
- 78
Description
# Broken Website Report
## Website Address
noises.online
## Steps To Reproduce
Visit noises.online in Dynamic Mode and notice the gross top yellowish color.
## Expected Behavior
A nice, dark color
## Actual Behavior
A bright color
## Screenshots
Image

## System Information
- OS: Windows 11
- Browser: Vivaldi Snapshot 5.1.2512.3 [Based on Chromium 96.0.4664.97]
- Dark Reader Version: 4.9.43, Version 5 Preview
## Additional Context
I tried using Dev Tools to fix this, and the below code made it look a lot better IMO
```
noises.online
CSS
.title1 {background-image:none !important}
body {background-image:none !important; color:--dark-reader-neutral-background !important}
```
Contributor guide
Assessment
This issue has not been assessed yet.