From fa8f4388e21d20a9cb704c7a5ea0ea84047ea0b7 Mon Sep 17 00:00:00 2001 From: tischsoic Date: Tue, 8 Sep 2026 21:07:47 +0200 Subject: [PATCH] IBX-12486: Set the account headline colour explicitly The headline declared no colour and inherited Bootstrap's body colour (neutral-230), one ramp step lighter than the text-primary the design asks for. The single selector is shared by every account screen. --- src/bundle/Resources/public/scss/_login.scss | 1 + 1 file changed, 1 insertion(+) diff --git a/src/bundle/Resources/public/scss/_login.scss b/src/bundle/Resources/public/scss/_login.scss index 315f3c513..62a1bee24 100644 --- a/src/bundle/Resources/public/scss/_login.scss +++ b/src/bundle/Resources/public/scss/_login.scss @@ -129,6 +129,7 @@ &__actions-headline { font-size: $text-font-size-3xl; margin-bottom: calculateRem(4px); + color: $ibexa-color-black; } &__form {