No Thrones. No Crowns. No Kings. →
On October 18, millions of us are rising again to show the world: America has no kings, and the power belongs to the people.
The unsupported use case of Bix Frankonis’ disordered, surplus, mediocre midlife in St. Johns, Oregon.
Read the current manifesto. (And the followup.)
Rules: no fear, no hate, no thoughtless bullshit, and no nazis.
On October 18, millions of us are rising again to show the world: America has no kings, and the power belongs to the people.
Well, this ends ridiculously. I just got my blog’s dark theme working—having sat down prepared to have to go through line after line of CSS methodically and laboriously—and it turns out that apparently all I needed was @media (prefers-color-scheme: dark) { html { filter: invert(100%); } body { filter: invert(0%); } img { filter: invert(100%); } }
and it simply inverts the color scheme and I no longer have to even think about it. It’s not perfect, but it’s functional and easy enough on the eyes.
filter: invert();
across browsers. Turning it off again.