2021 Theme

Status
Not open for further replies.
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.
 
Status
Not open for further replies.
Back