Skip to content

Commit

Permalink
CanIUse doesn't like the bg-clip
Browse files Browse the repository at this point in the history
  • Loading branch information
vmcj committed Feb 24, 2024
1 parent 8b2fe20 commit 8b71fc8
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion webapp/templates/partials/scoreboard_table.html.twig
Original file line number Diff line number Diff line change
Expand Up @@ -394,7 +394,8 @@
.cl{{ colorClass }} {
background-color: {{ color }};
background-clip: text;
/*background-clip: text;*/
background-clip: content-box;
}
{% set cMin = color|hexColorToRGBA(0) %}
Expand Down

0 comments on commit 8b71fc8

Please sign in to comment.