Updates: page 26

  1. Back to Firefox

    I’ve been a bit slack on talking about or even using Firefox recently, so I’ve set it back to my default browser.

    I’ve got some design stuff happening soon, so I’m really looking forward to testing some of the new CSS tools in that context.

  2. Handy advice about loading CSS in the body

    I just want to make sure y’all see this super handy advice from Mr @csswizardry. So much detail in there for what I thought was a simple question!

    You should hire him to help you to make your sites fast: https://csswizardry.com/consultancy/

    Also, buy him a coffee: https://www.paypal.me/csswizardry/5.0

    Archive of tweet thread: https://web.archive.org/save/https://threadreaderapp.com/thread/1133867804380270592.html

    https://twitter.com/csswizardry/status/1133867804380270592

  3. Dark mode user control

    Pro tip:

    If you’re gonna roll out a dark theme with @media (prefers-color-scheme: dark): implement a facility for someone to disable it.

    User control is always the better option.