I recommend people with similar interests take a look at uBlock's filter language (yes, the ad blocker). It's a short and shallow learning curve until you can inject your personal CSS into webpages, and incrementally tweak them. Two small examples: "Show all text on the internet as black" *##*:style(color: black !important) "Show comment text on HN as bold" ycombinator.com##.comment:style(font-weight: bold !important…
How can I change everything that is notification bell red to grey.
Maybe collect some common CSS framework techniques:
https://mui.com/material-ui/react-badge/#main-content
https://getbootstrap.com/docs/4.0/components/badge/
etc. They are apparently often called "badges" or "indicators" and so on.
Or on sites you visit regularly you can just inspect the source and look for specificity.