fix: improve contrast for 'No description' text to meet WCAG 2 AA

Change text-base-content/50 to text-base-content/70 for better
accessibility contrast ratio in role index and show pages
This commit is contained in:
Moritz 2026-01-08 12:00:38 +01:00
parent a24bbc2188
commit 954fc4261a
Signed by: moritz
GPG key ID: 1020A035E5DD0824
2 changed files with 2 additions and 2 deletions

View file

@ -31,7 +31,7 @@
<%= if role.description do %>
<span class="text-sm">{role.description}</span>
<% else %>
<span class="text-base-content/50">{gettext("No description")}</span>
<span class="text-base-content/70">{gettext("No description")}</span>
<% end %>
</:col>