From 0b95f4c67320e32980be1ecf38fcef053dd10af4 Mon Sep 17 00:00:00 2001 From: Ayo Date: Mon, 16 Aug 2021 23:47:38 +0800 Subject: [PATCH] style: add first-letter style --- assets/main.scss | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/assets/main.scss b/assets/main.scss index 527bb76..4d2fccf 100644 --- a/assets/main.scss +++ b/assets/main.scss @@ -593,7 +593,8 @@ table.image caption { padding-top: 20px; font-weight: bold; } - p:first-of-type::first-letter { + p:first-of-type::first-letter, + span.first-letter { font-weight: 900; font-size: 75px; line-height: 60px;