mirror of
https://github.com/Coffeedon/Cofffee-Assets.git
synced 2025-02-20 05:56:17 +00:00
9 lines
223 B
CSS
9 lines
223 B
CSS
|
/*
|
||
|
Fade out faved/boosted toots in notifications:
|
||
|
- for "x favourited your toot" / "x boosted your toot",
|
||
|
make the faved/boosted toot half-transparent.
|
||
|
|
||
|
author: trwnh
|
||
|
license: Public Domain
|
||
|
*/
|
||
|
.status.muted {opacity: 0.5}
|