diff --git a/templates/overrides/noir/hero.ninjatpl b/templates/overrides/noir/hero.ninjatpl index 8e1a731..94145ed 100644 --- a/templates/overrides/noir/hero.ninjatpl +++ b/templates/overrides/noir/hero.ninjatpl @@ -9,9 +9,7 @@ {% set sUrl = ctaSecondary.url %} {% set variant = template|default:"centered" %} {% set hasImage = backgroundImage %} -{# When there is a background image the content sits on a dark grayscale - photo + dark scrim in BOTH modes, so text must be light regardless of mode. - onImg switches foreground/muted-foreground reads to light utility classes. #} +{# With a background image the content sits on a dark grayscale photo + dark scrim in BOTH modes, so onImg switches text to light utility classes. #} {% set showOverlay = hasImage %} {% macro herocontent(align, onImg) %} {% if eyebrowText %}
{{ eyebrowText }}
{% endif %}