Files
dostalgia/frontend
Hermes Agent b29ab5c584
Build & Deploy / build-and-deploy (push) Successful in 1m50s
fix: prevent js-dos CSS from overriding custom button styles
The Play page injects js-dos CSS from CDN which has its own .btn
rules. Because it loads after the app CSS, it was overriding the
custom phosphor-green button styles (including the Upload button
in the header).

Fixed by doubling the class selector (.btn.btn) to raise specificity
to (0,2,0), which beats injected CSS regardless of load order.
2026-06-14 12:53:59 +02:00
..
2026-06-11 17:29:10 +02:00
2026-06-11 17:29:10 +02:00
2026-06-11 17:29:10 +02:00
2026-06-11 17:29:10 +02:00
2026-06-11 17:29:10 +02:00