mirror of
https://github.com/picocss/pico.git
synced 2025-04-27 03:36:13 -04:00
fix(modal): Override default browser color
This commit is contained in:
parent
6321526fdd
commit
0b0ebd3716
13 changed files with 13 additions and 9 deletions
|
@ -23,6 +23,7 @@ dialog {
|
|||
padding: var(--spacing);
|
||||
border: 0;
|
||||
background-color: var(--modal-overlay-background-color);
|
||||
color: var(--color);
|
||||
|
||||
// Content
|
||||
article {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue