{% assign bg_color = "#FAFAFA" %} {% assign txt_color = "#2E29FC" %} {% assign content_type = course.properties.content_type | downcase | replace: " ", "-" %} {% if content_type == "blue-mattr" %} {% assign bg_color = "#E2E5FF" %} {% assign txt_color = "#2E29FC" %} {% endif %} {% if content_type == "dark-mattr" %} {% assign bg_color = "#333132" %} {% assign txt_color = "#EAD9E3" %} {% endif %} {% if content_type == "grey-mattr" %} {% assign bg_color = "#C0BDBF" %} {% assign txt_color = "#333132" %} {% endif %}