From 8b71fc80b64acee0576c18ef6f46e80eb8e21163 Mon Sep 17 00:00:00 2001 From: Michael Vasseur <14887731+vmcj@users.noreply.github.com> Date: Sat, 24 Feb 2024 13:45:21 +0100 Subject: [PATCH] CanIUse doesn't like the bg-clip --- webapp/templates/partials/scoreboard_table.html.twig | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/webapp/templates/partials/scoreboard_table.html.twig b/webapp/templates/partials/scoreboard_table.html.twig index 534beeeaa0..0d6cb075df 100644 --- a/webapp/templates/partials/scoreboard_table.html.twig +++ b/webapp/templates/partials/scoreboard_table.html.twig @@ -394,7 +394,8 @@ .cl{{ colorClass }} { background-color: {{ color }}; - background-clip: text; + /*background-clip: text;*/ + background-clip: content-box; } {% set cMin = color|hexColorToRGBA(0) %}