From db55fd528ae2df8ae6532f38d4798baa6df31731 Mon Sep 17 00:00:00 2001 From: Luca Conte Date: Sat, 10 May 2025 01:25:11 +0200 Subject: [PATCH] change progress bar colour --- src/index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/index.html b/src/index.html index bcbf230..b6991b4 100644 --- a/src/index.html +++ b/src/index.html @@ -100,7 +100,7 @@ height: 100%; right: 0; top: 0; - background-color: rgba(32, 32, 128, 0.3); + background-color: rgba(255, 255, 255, 0.1); }