Skip to content

Commit

Permalink
no-style-please.scss: do not invert emoji in darkmode
Browse files Browse the repository at this point in the history
Actually reinverts it after being inverted, but that's beside the point

Fixes riggraz#28
  • Loading branch information
unbeatable-101 authored Jan 1, 2024
1 parent 9011f75 commit 08d3f16
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 08d3f16

Please sign in to comment.