This blockquote is styled
This blockquote is not styled
blockquote { background-color: orange; border: 2px solid blue; } .fix-this { all: unset; }
<blockquote> <p>This blockquote is styled</p> </blockquote> <blockquote class="fix-this"> <p>This blockquote is not styled</p> </blockquote>