Anyone come across a fedi project (client or server) that lets users set custom CSS for any account they follow?
I wanna add flashy colors and borders to my besties to highlight their posts in my feed!
@wafrn.net kind of does the opposite b/c it gives you an option to load custom css some set for their own profile
it would be neat if this was described as an Activity (sorry is that the right term?)
@jackvalinsky.com yeah I love that function on wafrn. But yes the opposite direction. I want to make OTHERS look crazy FOR myself
I guess I could just do it on the web using CSS selectors but would be nice to have a slick interface to do it with
@liaizon yea, you could select the posts in the timeline using `.status__wrapper:has(.status__display-name[href$="@liaizon")` to select popsts for different accounts. but where to get the actual css from is a good question. do you want people to set it themselves, like in the better years of myspace?
@computersandblues I want to set it myself but it would be nice to store it somewhere so I could see it in different apps
Maybe I could store it in the mastodon notes field