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; }