_includes/logo.html in askclass-course-theme-0.4.0 vs _includes/logo.html in askclass-course-theme-0.5.0
- old
+ new
@@ -6,10 +6,10 @@
title="{{ site.title }}"/>
</a>
{%- if include.href %}
<h4 class="special"><a href="{{ include.href }}">{{ include.title | default: site.title }}</a></h4>
{% elsif include.title %}
- <h4 class="special" style="color: var(--secondaryColor); margin: 0 0 1em 0">{{ include.title }}</h4>
+ <h4 class="special" style="color: var(--color-secondary); margin: 0 0 1em 0">{{ include.title }}</h4>
{% else %}
<h4 class="special">{{ include.title | default: site.title }}</h4>
{% endif -%}
</section>