Skip to content

Instantly share code, notes, and snippets.

@minetaro12
Created February 4, 2023 12:24
Show Gist options
  • Save minetaro12/aac04ba2ec50286962c6bca4350ebc8c to your computer and use it in GitHub Desktop.
Save minetaro12/aac04ba2ec50286962c6bca4350ebc8c to your computer and use it in GitHub Desktop.
ModernDeckでいいねを星に戻すCSS
.icon-favorite:before, .icon-heart-filled:before {
content: "\e838"
}
:root {
--likeColor: #fbaa45;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment