diff --git a/_includes/block/features.html b/_includes/block/features.html index f5b436e1..79afd217 100644 --- a/_includes/block/features.html +++ b/_includes/block/features.html @@ -7,7 +7,7 @@

{{ include.data.title }}

{% if include.link %} {% assign link=include.data.link|default:include.link %} - Arrow pointing right + Arrow pointing right {% endif %}
diff --git a/_includes/block/functions.html b/_includes/block/functions.html index df345f43..aa53da3b 100644 --- a/_includes/block/functions.html +++ b/_includes/block/functions.html @@ -11,7 +11,7 @@ {% if include.data.title %}

{{ include.data.title }}

{% endif %} {% if include.data.text %}

{{ include.data.text }}

{% endif %} {% if include.data.link and include.no_link != true %} - Learn More Arrow pointing right + Learn More Arrow pointing right {% endif %} {% endif %} @@ -25,7 +25,7 @@ {% if include.extend and item.extend %}

{{ item.extend }}{% endif %}

{% if item.link %} - Learn More Arrow pointing right + Learn More Arrow pointing right {% endif %} {% endfor %} diff --git a/assets/index.css b/assets/index.css index 16e6941e..73ef3507 100644 --- a/assets/index.css +++ b/assets/index.css @@ -59,6 +59,10 @@ layout: empty visibility: hidden; } + .color-link { + @apply text-secondary + } + .badge { @apply py-1 px-2.5 rounded-full }