From dba9b985eebf95c398439ef550b7376e959c861c Mon Sep 17 00:00:00 2001 From: thibaud-leclere Date: Tue, 31 Mar 2026 21:38:26 +0200 Subject: [PATCH] feat: rename site title to LtbxdActorle with dual-color branding Co-Authored-By: Claude Opus 4.6 (1M context) --- assets/styles/app.css | 4 ++++ templates/_navbar.html.twig | 4 ++-- templates/base.html.twig | 2 +- templates/security/login.html.twig | 2 +- templates/security/register.html.twig | 2 +- 5 files changed, 9 insertions(+), 5 deletions(-) diff --git a/assets/styles/app.css b/assets/styles/app.css index bccca44..d25a4ef 100644 --- a/assets/styles/app.css +++ b/assets/styles/app.css @@ -261,6 +261,10 @@ body { text-decoration: none; } +.brand-prefix { + color: var(--text-muted); +} + .navbar-left, .navbar-right { display: flex; diff --git a/templates/_navbar.html.twig b/templates/_navbar.html.twig index 4b88a10..ec8bffb 100644 --- a/templates/_navbar.html.twig +++ b/templates/_navbar.html.twig @@ -2,7 +2,7 @@