diff --git a/web-src/src/mystyles.scss b/web-src/src/mystyles.scss index 83de71c4..19271eb7 100644 --- a/web-src/src/mystyles.scss +++ b/web-src/src/mystyles.scss @@ -48,10 +48,14 @@ } } +.modal-background { + background-color: rgba(10, 10, 10, 0.5); +} + .overlay-fullscreen { @extend .is-overlay; z-index: 25; - background-color: rgba(10, 10, 10, 0.2); + background-color: rgba(10, 10, 10, 0.5); position: fixed; }