You are going to block this site. This will do the following:
- You will no longer see this site in searches.
- Site will no longer see your site in searches.
- Site will not be able to comment on your site profile.
- Any comments this site has posted to your profile will not be displayed.
Are you sure you want to do this?
I may be going back to dark mode, a few people have said they don't like it thus far.
I like it!
You could use JS to implement a switch on the page and store it locally for the user, then they can decide which they use.
non-js alternative is the css @media (prefers-color-scheme: light) {} which checks the user's system setting