diff --git a/sass/_index.scss b/sass/_index.scss index 92a943519..760882fd7 100644 --- a/sass/_index.scss +++ b/sass/_index.scss @@ -427,6 +427,8 @@ flex-direction: column; gap: 12px; transition: border-color 0.2s ease; + text-decoration: none; + color: #fff; &:hover { border-color: #666; @@ -437,14 +439,6 @@ font-weight: 700; margin: 0; line-height: 1.4; - - a { - color: #fff; - - &:hover { - color: rgba(255, 255, 255, 0.7); - } - } } p { @@ -485,11 +479,6 @@ font-weight: 600; margin-top: auto; text-decoration: none; - - &:hover { - color: #fff; - text-decoration: underline; - } } } diff --git a/templates/index.html b/templates/index.html index 65ff0e522..42f55978e 100644 --- a/templates/index.html +++ b/templates/index.html @@ -83,19 +83,19 @@

Latest from the Blog

{% if page.taxonomies.category and "This Week in Matrix" in page.taxonomies.category %}{% continue %}{% endif %} {% if blog_count >= 3 %}{% break %}{% endif %} {% set_global blog_count = blog_count + 1 %} -
+
{{ page.date | date(format="%B %d, %Y") }} {% if page.taxonomies.category %} {{ page.taxonomies.category | first }} {% endif %}
-

{{ page.title }}

+

{{ page.title }}

{% if page.description %}

{{ page.description }}

{% endif %} - Read more → -
+ Read more → + {% endfor %} View All Posts