diff --git a/css/index.css b/css/index.css index 2a3cdc60f..abf8be5b0 100644 --- a/css/index.css +++ b/css/index.css @@ -261,7 +261,7 @@ background-color:#5596f5 !important; } h2 { @apply text-3xl lg:text-4xl my-4 font-normal leading-none; - color: #2b2b2b; + color: #ffffff; font-family: "Inter", sans-serif !important; } h2 strong { diff --git a/templates/partials/intro.html b/templates/partials/intro.html index 062fb9eb7..dbbe780f6 100644 --- a/templates/partials/intro.html +++ b/templates/partials/intro.html @@ -1,9 +1,9 @@ {% block content %}
-

{{ section.title }}

-

+

{{ section.title }}

+

{{ section.description }}

-
+
{% endblock content %} diff --git a/templates/partials/person_card.html b/templates/partials/person_card.html index f30fa2e71..041c09bfd 100644 --- a/templates/partials/person_card.html +++ b/templates/partials/person_card.html @@ -5,7 +5,7 @@ {{page.title ~ ' Picture'}}

{{page.title}}

-
+
{% if page.description %} {{page.description}} {% else %}