Skip to content

Commit

Permalink
fix: update styling
Browse files Browse the repository at this point in the history
  • Loading branch information
HerringtonDarkholme committed Dec 5, 2024
1 parent 7f68573 commit 0d933a1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion website/src/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
Remove all the styles of the "User-Agent-Stylesheet", except for the 'display' property
- The "symbol *" part is to solve Firefox SVG sprite bug
*/
*:where(:not(html, iframe, canvas, img, svg, video, audio):not(svg *, symbol *)) {
.playground *:where(:not(html, iframe, canvas, img, svg, video, audio):not(svg *, symbol *)) {
all: unset;
display: revert;
}
Expand Down

0 comments on commit 0d933a1

Please sign in to comment.