Darkened dialog background.

This commit is contained in:
DebaucheryLibrarian
2021-01-04 01:39:55 +01:00
parent ca6478ca88
commit be15e360c1

View File

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