mirror of
https://github.com/Coffeedon/Cofffee-Assets.git
synced 2025-02-16 12:35:13 +00:00
16 lines
322 B
CSS
16 lines
322 B
CSS
/*
|
|
Turn stars into hearts:
|
|
- similar to twitter's change
|
|
|
|
author: numimyon
|
|
license: CC0 - Public Domain
|
|
source: https://userstyles.org/styles/151233
|
|
*/
|
|
|
|
.notification__favourite-icon-wrapper .star-icon,
|
|
.star-icon.active,
|
|
.star-icon:hover,
|
|
.star-icon:active
|
|
{color: crimson !important;}
|
|
|
|
.fa-star:before {content: "";}
|