- Joined
- Nov 26, 2018
Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.
OK, wtf are you referring to, send a screenshot or something so I can help you.@StreetGangsta How the hell do I change the appearance of unread threads?
Unfortunately I think this "feature" is built in the default theme and it'll be a pain in the ass for me to fix.View attachment 1797274
Top thread is unread, bottom read. It's a difference of only being bolded and at a quick glance it's annoying as hell.
Well that's frustrating. Thanks for the work!Unfortunately I think this "feature" is built in the default theme and it'll be a pain in the ass for me to fix.
Would targeting the element and bumping the font-weight work?Unfortunately I think this "feature" is built in the default theme and it'll be a pain in the ass for me to fix.
.structItem .structItem-title {
font-weight: normal;
color: white; /* like kf default */
}
.structItem.is-unread .structItem-title > a {
font-weight: 700;
color: green; /* like kf default */
}
How?Well it could look worse.
Have you been tested?Change scares me ☹