fix(modal): Override default browser color

This commit is contained in:
Lucas Larroche 2022-05-22 11:03:51 +07:00
parent 6321526fdd
commit 0b0ebd3716
13 changed files with 13 additions and 9 deletions

View file

@ -23,6 +23,7 @@ dialog {
padding: var(--spacing);
border: 0;
background-color: var(--modal-overlay-background-color);
color: var(--color);
// Content
article {