_includes/author_bio.html in minimal-jekyll-theme-0.2.0 vs _includes/author_bio.html in minimal-jekyll-theme-0.2.1
- old
+ new
@@ -16,12 +16,12 @@
</div>
<div class="flex flex-column w-90 w-80-ns pl2 pl3-ns">
<div class="flex items-center-ns">
{% if author.url contains "://" %}
- <a class="f5 f4-ns fw4 lh-title black hover-black link mr2" href="{{ author.url }}" target="_blank">{{ author.name }}</a>
+ <a class="f5 f4-ns fw4 lh-title black-80 hover-black-80 link mr2" href="{{ author.url }}" target="_blank">{{ author.name }}</a>
{% else %}
- <a class="f5 f4-ns fw4 lh-title black hover-black link mr2" href="{{ author.url | relative_url }}">{{ author.name }}</a>
+ <a class="f5 f4-ns fw4 lh-title black-80 hover-black-80 link mr2" href="{{ author.url | relative_url }}">{{ author.name }}</a>
{% endif %}
{% if author.cta_url contains "://" %}
<a class="f6 fw4 link nested-author-cta ba br-pill ph2" href="{{ author.cta_url }}" target="_blank">{{ author.cta | default: "Follow" }}</a>
{% else %}