fix dark/light mode dialog

This commit is contained in:
les
2021-03-05 14:11:33 +01:00
parent 5222b24f88
commit 589a8ce939
8 changed files with 11 additions and 11 deletions

View File

@@ -7,4 +7,8 @@ html, body {
li {
margin-left: 10px;
}
.v-dialog .theme--dark.v-card {
background-color: #434343;
}