aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDrew DeVault <sir@cmpwn.com>2023-05-16 16:36:14 +0200
committerDrew DeVault <sir@cmpwn.com>2023-05-16 16:36:14 +0200
commitb9a74afe34a8d7412dc30879c494408ed1845796 (patch)
tree4c701a124a2c81a6c1517cbab06d504fbead0a11
parent17777473917ec42767279288b83667d059868d63 (diff)
downloadwritefreesoftware.org-b9a74afe34a8d7412dc30879c494408ed1845796.tar.xz
sass: drop italics on blockquote
-rw-r--r--assets/sass/_custom.scss4
1 files changed, 4 insertions, 0 deletions
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;
}