config styles
This commit is contained in:
parent
eda5fd6a3e
commit
fd8e1a4829
|
@ -57,11 +57,11 @@ module.exports = {
|
||||||
heading: "font-semibold text-palette-600",
|
heading: "font-semibold text-palette-600",
|
||||||
paragraph: "font-content text-base text-palette-400",
|
paragraph: "font-content text-base text-palette-400",
|
||||||
strong: "font-semibold",
|
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=1]": "text-4xl",
|
||||||
"heading[depth=2]": "text-3xl",
|
"heading[depth=2]": "text-3xl",
|
||||||
"paragraph + paragraph": "mt-8",
|
"paragraph + paragraph": "mt-8",
|
||||||
"paragraph + heading": "mt-24",
|
"paragraph + heading": "mt-20",
|
||||||
"heading + paragraph": "mt-12",
|
"heading + paragraph": "mt-12",
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
|
|
Reference in New Issue