From 3af56011327d811e7b24e5222832adca0b10e30b Mon Sep 17 00:00:00 2001 From: Ulf Gebhardt Date: Wed, 11 Mar 2026 15:54:01 +0100 Subject: [PATCH] fix(webapp): fix user teaser group name color (now grey) (#9367) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: Wolfgang Huß --- webapp/components/UserTeaser/UserTeaser.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/webapp/components/UserTeaser/UserTeaser.vue b/webapp/components/UserTeaser/UserTeaser.vue index 9871c1e4e..55dd23109 100644 --- a/webapp/components/UserTeaser/UserTeaser.vue +++ b/webapp/components/UserTeaser/UserTeaser.vue @@ -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;