Skip to content

Commit

Permalink
Make <dialog> styling use system colors
Browse files Browse the repository at this point in the history
Fixes #7754.
  • Loading branch information
emilio committed Mar 28, 2022
1 parent c4ab67d commit 22154a4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions source
Original file line number Diff line number Diff line change
Expand Up @@ -117147,8 +117147,8 @@ dialog {
margin: auto;
border: solid;
padding: 1em;
background: white;
color: black;
background-color: Canvas;
color: CanvasText;
}
dialog::backdrop {
background: rgba(0,0,0,0.1);
Expand Down

0 comments on commit 22154a4

Please sign in to comment.