A11y: dark mode contrast, sign-in landmark/h1, Banner link discernibility
Some checks failed
continuous-integration/drone/push Build is passing
continuous-integration/drone/promote/production Build is failing

This commit is contained in:
Moritz 2026-03-04 19:37:45 +01:00
parent 6987733707
commit 5bd803a4b4
Signed by: moritz
GPG key ID: 1020A035E5DD0824
6 changed files with 29 additions and 5 deletions

View file

@ -32,10 +32,11 @@ defmodule MvWeb.AuthOverrides do
set :root_class, "md:min-w-md"
end
# Replace banner logo with text
# Replace banner logo with text (no image in light or dark so link has discernible text)
override AshAuthentication.Phoenix.Components.Banner do
set :text, "Mitgliederverwaltung"
set :image_url, nil
set :dark_image_url, nil
end
# Translate the "or" in the horizontal rule (between password form and SSO).