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
If someone can point me at the repo I’ll submit a PR if you want
I see someone’s already linked it. This would be greatly appreciated! Theming has not been a strong suit besides the default. I believe the hexbear-0.19.? branches are the ones we use.
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.



