From c8ba3f099fe3bf72582c3c9babdd24f9d06a2f00 Mon Sep 17 00:00:00 2001 From: shiibe <82057235+shiibe@users.noreply.github.com> Date: Thu, 24 Oct 2024 19:16:50 -0400 Subject: [PATCH] Fix error styles --- TaikoWebUI/wwwroot/css/app.css | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/TaikoWebUI/wwwroot/css/app.css b/TaikoWebUI/wwwroot/css/app.css index b5da87c..85d7966 100644 --- a/TaikoWebUI/wwwroot/css/app.css +++ b/TaikoWebUI/wwwroot/css/app.css @@ -60,7 +60,7 @@ } #blazor-error-ui { - background: lightyellow; + background: #ff2f2f; bottom: 0; box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.2); display: none; @@ -68,7 +68,7 @@ padding: 0.6rem 1.25rem 0.7rem 1.25rem; position: fixed; width: 100%; - z-index: 1000; + z-index: 999999; } #blazor-error-ui .dismiss { @@ -88,7 +88,6 @@ content: "An error has occurred." } - .nameplateTextOutline { -webkit-text-stroke: 5px; -webkit-text-stroke-color: black