From c748218dd5e2d69241a2ac3be8483546418cbfaa Mon Sep 17 00:00:00 2001 From: William Moore Date: Mon, 28 Oct 2024 12:06:28 +0000 Subject: [PATCH] Fix background shading bug for About page in dark mode --- ome2024-ngff-challenge/src/app.css | 1 - 1 file changed, 1 deletion(-) diff --git a/ome2024-ngff-challenge/src/app.css b/ome2024-ngff-challenge/src/app.css index ad0062b..675347d 100644 --- a/ome2024-ngff-challenge/src/app.css +++ b/ome2024-ngff-challenge/src/app.css @@ -14,7 +14,6 @@ color-scheme: light dark; color: rgba(255, 255, 255, 0.87); - background-color: #242424; font-synthesis: none; text-rendering: optimizeLegibility;