From: Benjamin Auder Date: Fri, 2 May 2025 17:01:45 +0000 (+0200) Subject: Temporary fix for iOS dark mode X-Git-Url: https://git.auder.net/doc/html/css/scripts/%7B%7B%20targetUrl%20%7D%7D?a=commitdiff_plain;ds=inline;p=xogo.git Temporary fix for iOS dark mode --- diff --git a/iOS_fix.css b/iOS_fix.css new file mode 100644 index 0000000..1a5e812 --- /dev/null +++ b/iOS_fix.css @@ -0,0 +1,3 @@ +.in-shadow { + opacity: 0.5; +} diff --git a/index.html b/index.html index 72b9091..669b406 100644 --- a/index.html +++ b/index.html @@ -8,6 +8,18 @@ content="width=device-width, initial-scale=1"/> +