Skip to content

Commit

Permalink
fix(Score): use hue rotate to match dark mode color (#662)
Browse files Browse the repository at this point in the history
  • Loading branch information
Dringsim committed Jun 10, 2023
1 parent 1b817b8 commit 0acaa01
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion skinStyles/extensions/Score/ext.score.popup.less
Original file line number Diff line number Diff line change
Expand Up @@ -9,5 +9,5 @@
*/

.skin-citizen-dark .mw-ext-score img {
filter: invert( 1 );
filter: hue-rotate( 180deg ) invert( 1 );
}

0 comments on commit 0acaa01

Please sign in to comment.