In today's work-related fuckery, I'm working on some website styling. I switched my laptop to light mode, since the site uses media queries to determine if you want light or dark mode. But now I'm discovering like half the internet also does that, and the light mode styling is so weird looking to me now, it's throwing me for a loop.
more work-related fuckery: one of the bits of styling i'm updating is a oauth confirmation page. i have a separate project set up with an openid connect relying party, and spent some time setting it up to run under docker compose alongside the main site. picked two hostnames and put them in my hosts file as aliases to 127.0.0.1, and configured an nginx container to route based on the incoming hostname. confirmed all that plumbing works.
i went to finally test the damn confirmation page, and my clever 127.0.0.1 aliases aren't being returned by the dns resolver inside the compose. they are from a separate docker container, but that's not nearly as helpful as i'd like.
i have alternatives, but christ, that's like a good quarter of a day flushed.