Fix dark-theme selector

Signed-off-by: Joas Schilling <coding@schilljs.com>
This commit is contained in:
Joas Schilling 2020-08-21 11:42:50 +02:00
parent 7c30b612bd
commit ace8ff87b8
No known key found for this signature in database
GPG Key ID: 7076EA9751AACDDA
3 changed files with 3 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

@ -72,7 +72,7 @@
height: 100%;
}
body.dark .oc-dialog-dim {
body.theme--dark .oc-dialog-dim {
opacity: .8;
}