Skip to content

Commit

Permalink
Set <p> element's color to initial (from CanvasText) (#2802)
Browse files Browse the repository at this point in the history
* Reset `<p>` element's color to `initial` (from CanvasText)

* Update live-examples/css-examples/pseudo-class/modal.css

Co-authored-by: Estelle Weyl <[email protected]>

* getting linter to be happy?

* maybe lint doesn't know dialog element

* trying again

* testing again

* Update modal.css

---------

Co-authored-by: Estelle Weyl <[email protected]>
  • Loading branch information
manav-sharma69 and estelle authored Jul 11, 2024
1 parent 745f977 commit a0837d8
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions live-examples/css-examples/pseudo-class/modal.css
Original file line number Diff line number Diff line change
Expand Up @@ -10,3 +10,7 @@ button {
border: 2px solid burlywood;
border-radius: 5px;
}

p {
color: black;
}

0 comments on commit a0837d8

Please sign in to comment.