diff options
Diffstat (limited to 'animism-align/frontend/app/common/modal.css')
| -rw-r--r-- | animism-align/frontend/app/common/modal.css | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/animism-align/frontend/app/common/modal.css b/animism-align/frontend/app/common/modal.css index 5e95a09..98e2d05 100644 --- a/animism-align/frontend/app/common/modal.css +++ b/animism-align/frontend/app/common/modal.css @@ -5,7 +5,7 @@ width: 100%; height: 100%; z-index: 100; - background: rgba(0,0,0,0.2); + background: rgba(0,0,0,0.8); display: none; } .modal.visible { @@ -14,7 +14,7 @@ align-items: center; } .modal > div { - background: #fff; + background: #338; padding: 1rem; - box-shadow: 0 2px 4px rgba(0,0,0,0.5); + box-shadow: 0 2px 4px rgba(0,0,0,0.8); } |
