Merge branch 'i1463' into 'main'
adding tailwind styling for rich text markdown headings Closes #1463 See merge request soapbox-pub/soapbox!2722
This commit is contained in:
commit
995f584c4c
|
@ -2,6 +2,18 @@
|
||||||
@apply whitespace-pre-wrap;
|
@apply whitespace-pre-wrap;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
[data-markup] h1 {
|
||||||
|
@apply text-3xl font-semibold;
|
||||||
|
}
|
||||||
|
|
||||||
|
[data-markup] h2 {
|
||||||
|
@apply text-2xl font-semibold;
|
||||||
|
}
|
||||||
|
|
||||||
|
[data-markup] h3 {
|
||||||
|
@apply text-xl font-black;
|
||||||
|
}
|
||||||
|
|
||||||
[data-markup] p {
|
[data-markup] p {
|
||||||
@apply mb-4 whitespace-pre-wrap;
|
@apply mb-4 whitespace-pre-wrap;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue