diff --git a/test/src/pages/index.astro b/test/src/pages/index.astro index e12c979..79e3070 100644 --- a/test/src/pages/index.astro +++ b/test/src/pages/index.astro @@ -50,6 +50,9 @@ body { background: #010101; color: white; font-family: Arial, Helvetica, sans-serif; + a { + color: white; + } } diff --git a/test/src/pages/live.astro b/test/src/pages/live.astro index 137bab9..08fb03c 100644 --- a/test/src/pages/live.astro +++ b/test/src/pages/live.astro @@ -13,6 +13,9 @@ body { background: #010101; color: white; font-family: Arial, Helvetica, sans-serif; + a { + color: white; + } } diff --git a/test/src/pages/with-separate-audio.astro b/test/src/pages/with-separate-audio.astro index 46e743d..0d88d98 100644 --- a/test/src/pages/with-separate-audio.astro +++ b/test/src/pages/with-separate-audio.astro @@ -27,5 +27,8 @@ body { background: #010101; color: white; font-family: Arial, Helvetica, sans-serif; + a { + color: white; + } } \ No newline at end of file