mastodon.ar.al is one of the many independent Mastodon servers you can use to participate in the fediverse.
This is my personal fediverse server.

Administered by:

Server stats:

1
active users

TIL: relative colours in #CSS. You define an origin colour, and then modify (with the magic r/g/b/alpha variables for rgb) or override the values. Supported in all major browsers now (except Firefox for Android): caniuse.com/css-relative-color

Example: Use the primary colour, but make it transparent and reduce how green it is:

rgb(from var(--primary-colour) r calc(g/2) b / calc(alpha * 0.5))

caniuse.comCSS Relative color syntax | Can I use... Support tables for HTML5, CSS3, etc

Related: Is there something like a caniuse.com newsfeed that tells me when a feature has become supported by all major browsers (or, ideally, supported by major browsers for a month, half a year, a year …)?

Imagine if web.dev, the web development blog by the Chrome team, had the latest coolest tech like … RSS feeds for their blog. Then you could just subscribe to web.dev/series/baseline-newly- and get notified about newly availble CSS features …

(To add insult to injury, they load their list of blog posts via JS, so you can't even point a good feed reader at the /blog/ page and have it scrape for new posts. Eww.)

web.devBaseline Newly Available  |  web.dev
Aral Balkan

@rixx Darn, I’d have expected better from a surveillance capitalist.

@aral Yeah uh thank you for that contribution, very helpful, amaze