ipfs / service-worker-gateway

[WIP EXPERIMENT] IPFS Gateway implemented in Service Worker
https://inbrowser.dev
Other
17 stars 8 forks source link

fix: load default css on interstitial #298

Closed 2color closed 2 weeks ago

2color commented 2 weeks ago

Due to the way that CSS is lazy loaded, the default styles are not applied to the Interstitial page, which loads the .sans-serif class from ipfs-css rather than the overridden one in the default styles.

Change checklist