From eb376151f28213b5e592c8099e44bad34313cc62 Mon Sep 17 00:00:00 2001 From: Korbs Date: Fri, 1 Nov 2024 21:38:04 -0400 Subject: [PATCH] Make all links in the demo white --- test/src/pages/index.astro | 3 +++ test/src/pages/live.astro | 3 +++ test/src/pages/with-separate-audio.astro | 3 +++ 3 files changed, 9 insertions(+) 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