Accessibility updates
If you have been paying attention, you may have noticed a lot of styling changes being made here. You see, I've dedicated some time to enhancing the accessibility of the site, fixing the issues that Siteimprove was reporting on. The most surprising thing to me was how many errors are thrown up due to the template I use for my blog. The blog, which is hosted by Blogger, which is in turn owned by Google - being what was at least initially a web-focused company, you'd expect them to adhere to global standards in their products. Or perhaps expecting that is a bit naïve. Such issues are: Every single link is too small The default colours don't have a large enough contrast with the background Missing aria role declarations everywhere The especially frustrating thing about this is that I can't actually fix those errors - at least not without injecting some JavaScript into the template, which isn't going to help anyone who has that disabled. I'll give that a try at som...