Aaron Barker

Results 2 comments of Aaron Barker

I was coming to suggest the `@media (prefers-color-scheme: dark) {` solution too. I wonder if it could be that CSS files are render blocking and so while it waits the...

I ran into this escaping issue and tried a [hack from another issue](https://stackoverflow.com/a/64635334) I had also ran into. It seemed to have fixed the escaping for me. You get a...