Skip to content

Commit 2d1fac9

Browse files
fix: exclude s in the playground
1 parent 5a8b98d commit 2d1fac9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

website/src/style.css

Lines changed: 2 additions & 2 deletions
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+
*:where(:not(html, iframe, canvas, img, svg, video, audio, s):not(svg *, symbol *)) {
1111
all: unset;
1212
display: revert;
1313
}
@@ -108,7 +108,7 @@ html.dark {
108108
--theme-highlight4: #a8a17024;
109109
}
110110

111-
a {
111+
.playground a {
112112
font-weight: 500;
113113
color: #646cff;
114114
text-decoration: inherit;

0 commit comments

Comments
 (0)