Do not use ThemeHouse

  • 🔧 Site instability resolved. You can report double-posts and broken attachments. For bigger issues, use the Technical Grievances thread.
    🇵🇦 Nuestro primer dominio localizado está en español en kiwifarms.pa. Our first localized domain is on Spanish on kiwifarms.pa.
  • Want to keep track of this thread?
    Accounts can bookmark posts, watch threads for updates, and jump back to where you stopped reading.
    Create account
Estado
No está abierto para más respuestas.
1608337244356.png


Top thread is unread, bottom read. It's a difference of only being bolded and at a quick glance it's annoying as hell.
 
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?

CSS:
.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 */
}
900 is also available but I think it's a little overbearing.
 
Última edición:
Estado
No está abierto para más respuestas.
Atrás
Top Abajo