summaryrefslogtreecommitdiff
path: root/wwwroot/css
diff options
context:
space:
mode:
authorJake Mannens <jake@asger.xyz>2023-08-16 14:19:33 +1000
committerJake Mannens <jake@asger.xyz>2023-08-16 14:19:33 +1000
commit596f79318b41b7da60da0f82794f56f306842973 (patch)
treea6523f99fa70ea6da1780347201e06943f56778f /wwwroot/css
parent8e94a12be4a56447e78d68c37def772bef8cade4 (diff)
Fixed most existing dialogs
Diffstat (limited to 'wwwroot/css')
-rw-r--r--wwwroot/css/site.css2
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;