From bf4aa27ca3e125237c3803ac7bd69d8e28f770ec Mon Sep 17 00:00:00 2001 From: Isaiah Billingsley Date: Tue, 7 Apr 2026 04:18:04 -0400 Subject: [PATCH] Cover image color space gamma correction --- images/unknown.svg | 2 +- index.css | 1 + index.html | 9 +++++++++ 3 files changed, 11 insertions(+), 1 deletion(-) diff --git a/images/unknown.svg b/images/unknown.svg index a8a8b58..c13340a 100644 --- a/images/unknown.svg +++ b/images/unknown.svg @@ -1,5 +1,5 @@ - + diff --git a/index.css b/index.css index a012c91..6c9310c 100644 --- a/index.css +++ b/index.css @@ -67,6 +67,7 @@ span:empty { margin-bottom: 0.2rem; border-radius: 0.6rem; flex-shrink: 0; + filter: url(#gamma); } #mapInfo { diff --git a/index.html b/index.html index a9ecba7..7d6b7d4 100644 --- a/index.html +++ b/index.html @@ -36,6 +36,15 @@ 7 + + + + + + + + + Settings