Darker background for dark mode

Signed-off-by: Joas Schilling <coding@schilljs.com>
This commit is contained in:
Joas Schilling 2020-06-16 12:21:10 +02:00
parent 2d96e89386
commit eca3c9f6b1
No known key found for this signature in database
GPG Key ID: 7076EA9751AACDDA
3 changed files with 7 additions and 3 deletions

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View File

@ -62,7 +62,7 @@
}
.oc-dialog-dim {
background-color: var(--color-main-text);
background-color: #000;
opacity: .2;
z-index: 9999;
position: fixed;
@ -72,6 +72,10 @@
height: 100%;
}
body.dark .oc-dialog-dim {
opacity: .8;
}
.oc-dialog-content {
width: 100%;
max-width: 550px;