diff options
| author | Jake Mannens <jake@asger.xyz> | 2023-08-16 14:19:33 +1000 |
|---|---|---|
| committer | Jake Mannens <jake@asger.xyz> | 2023-08-16 14:19:33 +1000 |
| commit | 596f79318b41b7da60da0f82794f56f306842973 (patch) | |
| tree | a6523f99fa70ea6da1780347201e06943f56778f /wwwroot | |
| parent | 8e94a12be4a56447e78d68c37def772bef8cade4 (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; |
