Group titles on group pages are white on white

The group titles on the group pages are white on white now, so not visible. Example: Discourse team - Discourse Meta

I was able to add some CSS to fix it:

.user-main .about.group .details {
    color: #000000;
}

Was hoping to get an option for “pretty group names” as part of group related enhancements. Would like the slug view to stay visible until then.

EDIT: Just noticed on mobile that the title area background is gray, so the white title is visible, but only on mobile.

2개의 좋아요

Hmm, Using desktop I’m not seeing white on white at that page,
Nor do I see any details class ( I do see user-details with a color: rgb(145, 145, 145) applied to it)

Is there some custom CSS you have, or maybe you’re running an old version of Discourse?

He’s right – it’s at the top of the page. Highlight with your mouse to find it.

lol I did try doing that before, but obviously not in the right place.

Yes, so it is indeed.

1개의 좋아요

This is related to this line:

And this line:

Related to this bug:

and this pull request few days ago:
https://github.com/discourse/discourse/pull/4276

Fixed via:
https://github.com/discourse/discourse/pull/4290

6개의 좋아요

Thanks @linc01n :slight_smile:

2개의 좋아요