From 5ca9279b7896de7c4a84f6fb9134e3e4f7546652 Mon Sep 17 00:00:00 2001 From: Ted Pier Date: Tue, 23 Sep 2025 11:40:54 -0700 Subject: [PATCH] high contrast when preferred --- index.html | 1 - style.css | 6 ++++++ 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/index.html b/index.html index cdff2af..e7275d1 100644 --- a/index.html +++ b/index.html @@ -19,7 +19,6 @@ -
diff --git a/style.css b/style.css index e4406ea..32fe6ab 100644 --- a/style.css +++ b/style.css @@ -124,6 +124,12 @@ audio { margin-left: 8px; } +@media (prefers-contrast: more) { + .subtitle { + color: light-dark(black, whitesmoke); + } +} + .relative { position: relative; }