mirror of
https://github.com/Coffeedon/Cofffee-Assets.git
synced 2024-11-25 07:30:59 +00:00
33ad106a25
Added all custom themes from the collection.
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: "";}
|