Browse Source

fix blazor error font color (#269)

* fix blazor error font color

* changelog
pull/270/head
Jason Dove 5 years ago committed by GitHub
parent
commit
c10bc6b184
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 1
      CHANGELOG.md
  2. 5
      ErsatzTV/wwwroot/css/site.css

1
CHANGELOG.md

@ -7,6 +7,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/). @@ -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

5
ErsatzTV/wwwroot/css/site.css

@ -132,4 +132,7 @@ @@ -132,4 +132,7 @@
.release-notes h3 { margin-top: 20px; }
.mud-table-container { overflow-x: unset; }
.mud-table-container { overflow-x: unset; }
#blazor-error-ui { color: black; }
#blazor-error-ui a { color: unset; }

Loading…
Cancel
Save