From fd6b1f858965ce75e2d0657baaf18a433f31de98 Mon Sep 17 00:00:00 2001 From: Egamorf Date: Thu, 27 Feb 2025 01:03:56 +0100 Subject: [PATCH] fix loading color --- src/GameIdeas/Client/GameIdeas.BlazorApp/wwwroot/css/app.css | 1 + 1 file changed, 1 insertion(+) diff --git a/src/GameIdeas/Client/GameIdeas.BlazorApp/wwwroot/css/app.css b/src/GameIdeas/Client/GameIdeas.BlazorApp/wwwroot/css/app.css index a0059cc..b9df5af 100644 --- a/src/GameIdeas/Client/GameIdeas.BlazorApp/wwwroot/css/app.css +++ b/src/GameIdeas/Client/GameIdeas.BlazorApp/wwwroot/css/app.css @@ -98,6 +98,7 @@ html, body, #app { } .loading-progress-text { + color: #000; position: absolute; text-align: center; font-weight: bold;