Skip to content

Commit 0d933a1

Browse files
fix: update styling
1 parent 7f68573 commit 0d933a1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

website/src/style.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
Remove all the styles of the "User-Agent-Stylesheet", except for the 'display' property
88
- The "symbol *" part is to solve Firefox SVG sprite bug
99
*/
10-
*:where(:not(html, iframe, canvas, img, svg, video, audio):not(svg *, symbol *)) {
10+
.playground *:where(:not(html, iframe, canvas, img, svg, video, audio):not(svg *, symbol *)) {
1111
all: unset;
1212
display: revert;
1313
}

0 commit comments

Comments
 (0)