From 5421b6aec79e255691169b55c39079baac5ccb22 Mon Sep 17 00:00:00 2001 From: Benjamin Auder Date: Fri, 2 May 2025 19:01:45 +0200 Subject: [PATCH] Temporary fix for iOS dark mode --- iOS_fix.css | 3 +++ index.html | 12 ++++++++++++ 2 files changed, 15 insertions(+) create mode 100644 iOS_fix.css 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"/> + -- 2.48.1