Skip to content

Commit

Permalink
fix: exclude s in the playground
Browse files Browse the repository at this point in the history
  • Loading branch information
HerringtonDarkholme committed Dec 7, 2024
1 parent 5a8b98d commit 2d1fac9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions 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 *)) {
*:where(:not(html, iframe, canvas, img, svg, video, audio, s):not(svg *, symbol *)) {
all: unset;
display: revert;
}
Expand Down Expand Up @@ -108,7 +108,7 @@ html.dark {
--theme-highlight4: #a8a17024;
}

a {
.playground a {
font-weight: 500;
color: #646cff;
text-decoration: inherit;
Expand Down

0 comments on commit 2d1fac9

Please sign in to comment.