mirror of
https://github.com/yingziwu/mastodon.git
synced 2026-02-24 11:12:42 +00:00
add theme linernotes_dark
This commit is contained in:
parent
79f25fa452
commit
ae42207b8d
35 changed files with 1613 additions and 0 deletions
16
app/javascript/styles/mods/display_starstohearts.css
Normal file
16
app/javascript/styles/mods/display_starstohearts.css
Normal file
|
|
@ -0,0 +1,16 @@
|
|||
/*
|
||||
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: "";}
|
||||
Loading…
Add table
Add a link
Reference in a new issue