These two rules in styles.css are the problems
.featured-posts {
background-color: #2f2f37;
border-radius: 0.25rem;
}
...
html .text-person {
color: #dedede !important;
font-weight: 700;
font-size: 12px;
}
.featured-posts needs a light or unset background-color
.text-person needs a darker color
I tested on .ml and both look fine so I guess this is a result of the custom theme
If someone can point me at the repo I’ll submit a PR if you want

The Code link at the bottom points to the Hexbear forks.
If the issue also exists in 0.19.15 but has since been fixed, it might just be that we’re slightly behind on updates.
Thanks! It’s caused by
hexbear-global.css, so not a thing that upstream will fix. I should have some time this week to take a lookI think
rgb(from var(--bs-body-bg) calc(r - var(--bg-dec)) calc(g - var(--bg-dec)) b)with --bg-dec being between like 10-25 gives a good background-color for the featured posts on litely-redⓘ This user is suspected of being a cat. Please report any suspicious behavior.