fix(webapp): fix user teaser group name color (now grey) (#9367)

Co-authored-by: Wolfgang Huß <wolle.huss@pjannto.com>
This commit is contained in:
Ulf Gebhardt 2026-03-11 15:54:01 +01:00 committed by GitHub
parent 5ad0689dda
commit 3af5601132
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -150,7 +150,7 @@ export default {
}
.group-link {
color: $color-primary;
color: $text-color-soft;
font-size: $font-size-base;
overflow: hidden;
white-space: nowrap;