Skip to content

Commit

Permalink
Update modal.css
Browse files Browse the repository at this point in the history
  • Loading branch information
estelle authored Jul 11, 2024
1 parent 9148f3c commit 87c725d
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions live-examples/css-examples/pseudo-class/modal.css
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,12 @@ button {
height: 2rem;
}

dialog p{
color: black;
}

:modal {
background-color: beige;
border: 2px solid burlywood;
border-radius: 5px;
}

p {
color: black;
}

0 comments on commit 87c725d

Please sign in to comment.