From c10bc6b184712c567f5e7558f7e25ade8092d9fa Mon Sep 17 00:00:00 2001 From: Jason Dove Date: Mon, 14 Jun 2021 20:32:20 -0500 Subject: [PATCH] fix blazor error font color (#269) * fix blazor error font color * changelog --- CHANGELOG.md | 1 + ErsatzTV/wwwroot/css/site.css | 5 ++++- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index d346efb4c..44a7fe5e6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/). ### Fixed - Fix ui crash adding a channel without a watermark - Clear playout detail table when playout is deleted +- Fix blazor error font color ## [0.0.46-prealpha] - 2021-06-14 ### Added diff --git a/ErsatzTV/wwwroot/css/site.css b/ErsatzTV/wwwroot/css/site.css index 94285b570..aa64f64ff 100644 --- a/ErsatzTV/wwwroot/css/site.css +++ b/ErsatzTV/wwwroot/css/site.css @@ -132,4 +132,7 @@ .release-notes h3 { margin-top: 20px; } -.mud-table-container { overflow-x: unset; } \ No newline at end of file +.mud-table-container { overflow-x: unset; } + +#blazor-error-ui { color: black; } +#blazor-error-ui a { color: unset; }