diff options
| author | Jake Mannens <jake@asger.xyz> | 2023-08-16 14:19:33 +1000 |
|---|---|---|
| committer | Jake Mannens <jake@asger.xyz> | 2025-08-18 10:59:32 +1000 |
| commit | acd4ca24259da98839847130bf34a27d10b0cf9f (patch) | |
| tree | a493ec45586f4b80e4125a066e842b8e86546341 /wwwroot | |
| parent | 38c60cee378b9c2ad42fc9dc79bc492b919a68f5 (diff) | |
Fixed most existing dialogs
Diffstat (limited to 'wwwroot')
| -rw-r--r-- | wwwroot/css/site.css | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/wwwroot/css/site.css b/wwwroot/css/site.css index 65147c2..21f9a94 100644 --- a/wwwroot/css/site.css +++ b/wwwroot/css/site.css @@ -1,5 +1,5 @@ #blazor-error-ui { - background: lightyellow; + background: #555; bottom: 0; box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.2); display: none; |
