style: add first-letter style

This commit is contained in:
Ayo 2021-08-16 23:47:38 +08:00
parent 9c595a8ffb
commit 0b95f4c673

View file

@ -593,7 +593,8 @@ table.image caption {
padding-top: 20px; padding-top: 20px;
font-weight: bold; font-weight: bold;
} }
p:first-of-type::first-letter { p:first-of-type::first-letter,
span.first-letter {
font-weight: 900; font-weight: 900;
font-size: 75px; font-size: 75px;
line-height: 60px; line-height: 60px;