chore: make h3 headings within markdown bold

This commit is contained in:
Oliver Davies 2022-04-28 08:52:06 +01:00
parent c20fde24c3
commit 03208d6d59

View file

@ -23,7 +23,7 @@
}
h3 {
@apply mt-8;
@apply mt-8 font-bold;
}
h2 + h3 {