From 250b0cd7585a15a6eac2f784bb48247992984273 Mon Sep 17 00:00:00 2001 From: Shayan Monadjemi Date: Wed, 11 Dec 2024 22:09:50 -0500 Subject: [PATCH] change some component fonts --- _includes/card.html | 4 ++-- _layouts/landing.html | 2 +- src/styles/typography.css | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/_includes/card.html b/_includes/card.html index 9633eef37..d02d34349 100644 --- a/_includes/card.html +++ b/_includes/card.html @@ -1,6 +1,6 @@ {% capture url %}{% if include.global_url %}{{ include.button_url }}{% else %}{{ include.button_url | relative_url }}{% endif %}{% endcapture %} -
-

{{ include.title }}

+
+

{{ include.title }}

{{ include.description }}

{{ include.button_text }} diff --git a/_layouts/landing.html b/_layouts/landing.html index 6e505002c..b48e43bef 100644 --- a/_layouts/landing.html +++ b/_layouts/landing.html @@ -30,7 +30,7 @@

{{ page.title }}

{% endfor %}
{% if page.intro_section.content %} -
+
{{ page.intro_section.content | markdownify }}
{% endif %} diff --git a/src/styles/typography.css b/src/styles/typography.css index f2ba9c9e1..22aac1180 100644 --- a/src/styles/typography.css +++ b/src/styles/typography.css @@ -55,7 +55,7 @@ em { } .link:hover, .content a:hover:not(.button) { - @apply text-primary-600; + @apply text-primary-500; transition: color 200ms; }