config styles

This commit is contained in:
Karol Wypchlo 2021-04-01 18:43:12 +02:00
parent eda5fd6a3e
commit fd8e1a4829
1 changed files with 2 additions and 2 deletions

View File

@ -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",
},
},