mirror of
https://github.com/Coffeedon/Cofffee-Assets.git
synced 2025-02-17 21:15:13 +00:00
9 lines
No EOL
223 B
CSS
9 lines
No EOL
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} |