I tried NES.css. It was beautiful, but every button required class="nes-btn is-primary". With a larger form, the markup became hard to scan. dotmatrix.css keeps the same retro spirit and styles semantic HTML without those classes.
See attached screenshot. Custom theme overrides, ~10 lines of CSS variables changed the entire look from green CRT to magenta synthwave. The framework is so easy to theme I almost feel guilty.
font-variant-emoji not working on older Chrome — workaround?
Per the spec, font-variant-emoji: text should force monochrome rendering. But on Chrome 130 it doesn't seem to take effect. Anyone know if there's a fallback?