2021 Theme

  • 🔧 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.
The only thing that's been bugging me since redesign is action bar under posts being too thin and wrongly-colored (instead of gray having the same color as other links in chosen theme), which wasn't a case in ThemeHouse variant.
I fixed it for myself with a simple custom CSS below.
CSS:
.message-actionBar {
  padding-top: 4px;
  padding-bottom: 4px;
}
a.actionBar-action {
  color: #b3b3b3;
}
a.actionBar-action:hover {
  color: #c596c5;
  text-decoration: none;
}
a.reaction:hover .reaction-text, a.reaction:focus .reaction-text {
  text-decoration: none;
}
Change a.actionBar-action:hover color to one used in your prefered theme, here it uses the kawaii theme color.
Without fix:

Screen Shot 2021-02-05 at 11.53.13.png


With fix:
Screen Shot 2021-02-05 at 11.53.24.png
 
Hey. The "Change Width" button at the bottom doesn't do anything for me. Is there something I can do to fix that? I'm on the 2021 Dark theme.
 
Estado
No está abierto para más respuestas.
Atrás
Top Abajo