From fd8e1a4829a388e0c4d26785d14fa217160dd8c0 Mon Sep 17 00:00:00 2001 From: Karol Wypchlo Date: Thu, 1 Apr 2021 18:43:12 +0200 Subject: [PATCH] config styles --- packages/website/gatsby-config.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/packages/website/gatsby-config.js b/packages/website/gatsby-config.js index 7ce14397..51aafe70 100644 --- a/packages/website/gatsby-config.js +++ b/packages/website/gatsby-config.js @@ -57,11 +57,11 @@ module.exports = { heading: "font-semibold text-palette-600", paragraph: "font-content text-base text-palette-400", strong: "font-semibold", - link: "text-primary hover:text-primary-light transition-colors duration-200", + link: "text-primary hover:underline transition-colors duration-200", "heading[depth=1]": "text-4xl", "heading[depth=2]": "text-3xl", "paragraph + paragraph": "mt-8", - "paragraph + heading": "mt-24", + "paragraph + heading": "mt-20", "heading + paragraph": "mt-12", }, },