diff options
| author | Jules Laplace <julescarbon@gmail.com> | 2020-08-14 19:07:16 +0200 |
|---|---|---|
| committer | Jules Laplace <julescarbon@gmail.com> | 2020-08-14 19:07:16 +0200 |
| commit | 881ec86a9efff0adf934ecf6fd0a478b158e0f93 (patch) | |
| tree | 119e11425b3ac327640b1f0138449aa80686623f /animism-align/frontend/app/common | |
| parent | 21015188b67ea8af95e1fb304d379eca62058364 (diff) | |
form to edit captions
Diffstat (limited to 'animism-align/frontend/app/common')
| -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); } |
