mastodon fave button but its :blobcat*:
eyes blob fav (mastodon) by ckiee
Details
Authorckiee
LicenseNo License
Categorymastodon
Created
Updated
Size1.4 kB
Statistics
Learn how we calculate statistics in the FAQ.
Failed to fetch stats.
Description
Notes
don't forget to change the URLs in the CSS! derivative of https://userstyles.world/style/9538/yeahlike
Source code
/* ==UserStyle==
@name eyes blob fav (mastodon)
@version 20230917.17.33
@namespace userstyles.world/user/ckiee
@description mastodon fave button but its :blobcatEyes:
@author ckiee
@license No License
==/UserStyle== */
/* ==UserStyle==
@name eyes blob fav (mastodon)
@version 20230917-6
@namespace ?
@description don't forget to change the URLs in the CSS! derivative of https://userstyles.world/style/9538/yeahlike
==/UserStyle== */
@-moz-document url-prefix("https://social.pixie.town") {
.star-icon > .fa-star::before {
content: url("https://social.pixie.town/system/custom_emojis/images/000/055/711/original/2f69a12215400281.png");
}
/* boost doesnt work yet
.bookmark-icon > .fa-bookmark::before {
content: url("https://matrix.ckie.dev/_matrix/media/r0/download/tastytea.de/kDJclgCbCrqjRxsqeSbRIdpV");
}
.icon-button > .fa-retweet::before {
content: url("https://matrix.ckie.dev/_matrix/media/r0/download/tastytea.de/NwuzXMynWzNxnsIkBfQYVdOd");
}*/
.detailed-status__button button i.fa::before,
.status__action-bar button i.fa::before,
.picture-in-picture__footer button i.fa::before {
display: flex;
width: 1.28571em;
height: 1.28571em;
filter: grayscale(100%);
}
.detailed-status__button button.active i.fa::before,
.status__action-bar button.active i.fa::before,
.picture-in-picture__footer button.active i.fa::before {
filter: grayscale(0%);
}
}