- Registrado
- 26 de Nov, 2018
@StreetGangsta How the hell do I change the appearance of unread threads?
Sigue el video de abajo para ver cómo instalar nuestro sitio como una aplicación web en tu pantalla de inicio.
Nota: Esta función puede no estar disponible en algunos navegadores.
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.Ver archivo adjunto 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 ☹