this post was submitted on 18 Mar 2026
3 points (100.0% liked)
PieFed CSS
1224 readers
3 users here now
Share CSS snippets that make your PieFed experience a wee bit different.
In your settings at https://your-instance.com/user/settings there is a field 'Additional CSS' where you can put snippets of CSS code.
founded 9 months ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
I see you already got the background color of the navbar sorted. As for the text color, if you really want to change the text color for pretty much everything that isn't a link (including stuff like icons), then you could do something like this (using red as an example):
However, you might want to be more selective and only change the text color in certain areas.
Oh nice, that took care of most things. Thanks!
I'll see if I can figure out that "inspect" thing and use that to do the rest :)