From f90830ff934d6a0e2aaa8073f4598fba3a692811 Mon Sep 17 00:00:00 2001 From: Chandler Swift Date: Wed, 12 Feb 2025 22:32:53 -0600 Subject: [PATCH] Unsaturate background map to improve contrast --- static/index.html | 3 +++ 1 file changed, 3 insertions(+) diff --git a/static/index.html b/static/index.html index 70b64ed..0065d62 100644 --- a/static/index.html +++ b/static/index.html @@ -14,6 +14,9 @@ width: 100%; background-color: black; } + .grayscale { + filter: saturate(0.4); + }