From d18c19a2e624f2693512bcd1796b4419f7196696 Mon Sep 17 00:00:00 2001 From: rhiannon morris Date: Sun, 18 Aug 2024 11:45:33 +0200 Subject: [PATCH] it's prefers-contrast: more actually --- style/shiny/base.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/style/shiny/base.css b/style/shiny/base.css index da53133..74ba17f 100644 --- a/style/shiny/base.css +++ b/style/shiny/base.css @@ -270,7 +270,7 @@ del { --border-col: black; } - @media (prefers-contrast: high) { + @media (prefers-contrast: more) { :root { --text-col: white; background: black;