Darkened dialog background.

This commit is contained in:
DebaucheryLibrarian 2021-01-04 01:39:55 +01:00
parent ca6478ca88
commit be15e360c1
1 changed files with 1 additions and 1 deletions

View File

@ -55,7 +55,7 @@ export default {
height: 100%;
box-sizing: border-box;
padding: 1rem;
background: var(--darken);
background: var(--darken-strong);
z-index: 10;
}