Do not use ThemeHouse

Status
Not open for further replies.
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.
 
Last edited:
  • Informative
Reactions: StreetGangsta
Status
Not open for further replies.
Back