diff --git a/src/pages/index.astro b/src/pages/index.astro index f2cd390..87c65a2 100644 --- a/src/pages/index.astro +++ b/src/pages/index.astro @@ -29,7 +29,7 @@ import "../styles/index.css"
- Click here if audio won't play, then try playing again. + If audio won't play, click here then try again. diff --git a/src/styles/index.css b/src/styles/index.css index fdcfef2..a47e6ea 100644 --- a/src/styles/index.css +++ b/src/styles/index.css @@ -24,6 +24,9 @@ } .frame-container { + @supports (-moz-appearance: none) { + display: none; + } & span { pointer-events: none; }