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?
The other thing I wanted to add with the accessibility post which is something I've noticed, and I actually find very disorienting is how a lot of people's websites change layout from page to page. But I was thinking of making my own a11y post at some point so I guess that's one of the things I'll mention :) really like your site design btw (Also the Punk Wasp link in your blog post doesn't lead to a blog post)
Hello this is my other site! :3
You actually don't need to code a toggle! A simple prefers-color scheme light/dark media query with some colors switched around works fine :> I provided some links on how to do it underneath that guideline, kalechips shows how to do it quickly! https://kalechips.net/stuff/snippets?p=darkmode
also thanks, I'll fix the link when I get to my laptop!!
Thanks! Took awhile for me to figure out why it wasn't working but Kalechip's code doesn't work unless you enclose the :root {} inside the media query... which is what they've done on their site. You can use the Dev Tools which has a Light and Dark mode switch to test if it's working.
Haven't implemented it yet but I will.
I added the media query to my site today.