From c261f1f0b371bf8bbb601a4075af1d1a1c73f559 Mon Sep 17 00:00:00 2001 From: Ted Pier Date: Tue, 23 Sep 2025 11:42:33 -0700 Subject: [PATCH] fix high contrast when preferred --- style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/style.css b/style.css index 32fe6ab..4cce29a 100644 --- a/style.css +++ b/style.css @@ -126,7 +126,7 @@ audio { @media (prefers-contrast: more) { .subtitle { - color: light-dark(black, whitesmoke); + color: light-dark(whitesmoke, black); } }