Fix dialog color in light mode

This commit is contained in:
Kalle 2023-01-12 21:02:31 +02:00
parent 3634b85422
commit bb2f844ec8

View File

@ -339,6 +339,7 @@ dialog {
border-radius: var(--rounded);
margin: auto;
background-color: var(--bg);
color: var(--text);
}
dialog::backdrop {