I get told to shut up a lot by my friend. This is the microsite that documents this in detail. shutup.jp
postcards microsite

fix: tap-flash on mobile safari

+4
+4
static/postcard.css
··· 10 10 } 11 11 } 12 12 13 + label:has(.postcard) { 14 + -webkit-tap-highlight-color: transparent; 15 + } 16 + 13 17 .postcard { 14 18 aspect-ratio: var(--aspect-ratio); 15 19 position: relative;