this post was submitted on 20 Apr 2026
1 points (100.0% liked)

feedback

7909 readers
1 users here now

Tell us how we're doing and report bugs. If you're technically inclined, please submit bugs to the chapo gitea project.

If you want to request a new community the place for that is over in !commrequest

All post must follow the Hexbear Code of Conduct.

Hexbear Warrant Canary

founded 5 years ago
MODERATORS
 

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

you are viewing a single comment's thread
view the rest of the comments
[–] soyaEnjoyer@hexbear.net 0 points 1 month ago (2 children)

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 look

[–] edie@lemmy.encryptionin.space 1 points 1 month ago* (last edited 1 month ago)

I 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.