Skip to content

Commit

Permalink
Merge pull request #69 from unbeatable-101/patch-1
Browse files Browse the repository at this point in the history
no-style-please.scss: do not invert emoji in darkmode
  • Loading branch information
tanvincible authored Dec 27, 2024
2 parents 6bf989b + 08d3f16 commit bfee564
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion _sass/no-style-please.scss
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@

&.ioda { filter: invert(0); }
}
.emoji { filter: invert(1); }
}

body[a="dark"] { @include dark-appearance; }
Expand Down Expand Up @@ -91,4 +92,4 @@ img {
max-width: 100%;
display: block;
margin: 0 auto;
}
}

0 comments on commit bfee564

Please sign in to comment.