From b9a74afe34a8d7412dc30879c494408ed1845796 Mon Sep 17 00:00:00 2001 From: Drew DeVault Date: Tue, 16 May 2023 16:36:14 +0200 Subject: sass: drop italics on blockquote --- assets/sass/_custom.scss | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/assets/sass/_custom.scss b/assets/sass/_custom.scss index b7b3a36..7a26904 100644 --- a/assets/sass/_custom.scss +++ b/assets/sass/_custom.scss @@ -35,6 +35,10 @@ b, strong { font-weight: 700; } +blockquote p { + font-style: normal; +} + ol li::marker { font-family: sans-serif; } -- cgit v1.3