templates/website/includes/css-category.html.twig line 1

Open in your IDE?
  1. :root {
  2.     {% if (category.pageColorText is not null) or (category.pageColorText != 'null') %}
  3.         --category-banner-color: {{ category.pageColorText }};
  4.     {% endif %}
  5. }