From bbfb036eff5a5dccc532acf4b5f7e74360de3bc2 Mon Sep 17 00:00:00 2001 From: Bob Mottram Date: Sun, 27 Nov 2022 12:13:31 +0000 Subject: [PATCH] Change pwa background to increase contrast --- epicyon-profile.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/epicyon-profile.css b/epicyon-profile.css index 59f928f74..184c907b5 100644 --- a/epicyon-profile.css +++ b/epicyon-profile.css @@ -13,7 +13,7 @@ --liker-names-vertical-spacing1: 50px; --liker-names-vertical-spacing2: 100px; --pwa-theme-color: apple-mobile-web-app-status-bar-style; - --pwa-theme-background-color: black-translucent; + --pwa-theme-background-color: black; --avatar-rounding: 10%; --timeline-icon-width: 50px; --timeline-icon-width-mobile: 100px;