From 252fd56d343045353efe3db835772754971abc8a Mon Sep 17 00:00:00 2001 From: Adrien POLY Date: Mon, 6 May 2024 19:44:35 +0200 Subject: [PATCH] tweak the h2 to make it bolder --- app/assets/stylesheets/components/markdown.css | 6 +++--- app/assets/stylesheets/components/typography.css | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/app/assets/stylesheets/components/markdown.css b/app/assets/stylesheets/components/markdown.css index e70ec32..6313f5d 100644 --- a/app/assets/stylesheets/components/markdown.css +++ b/app/assets/stylesheets/components/markdown.css @@ -6,13 +6,13 @@ @apply text-6xl text-primary text-center font-extralight mb-4; } .markdown h2 { - @apply text-4xl font-extralight mb-4; + @apply text-4xl font-light mb-4; } .markdown h3 { - @apply text-xl font-extralight mb-4; + @apply text-xl font-light mb-4; } .markdown h4 { - @apply text-lg font-extralight mb-4; + @apply text-lg font-light mb-4; } .markdown p { @apply mb-4; diff --git a/app/assets/stylesheets/components/typography.css b/app/assets/stylesheets/components/typography.css index 724835c..8b8b283 100644 --- a/app/assets/stylesheets/components/typography.css +++ b/app/assets/stylesheets/components/typography.css @@ -8,7 +8,7 @@ } h2 { - @apply text-4xl font-extralight font-heading; + @apply text-4xl font-light font-heading; } h3 {