diff options
| author | Drew DeVault <sir@cmpwn.com> | 2023-05-16 16:36:14 +0200 |
|---|---|---|
| committer | Drew DeVault <sir@cmpwn.com> | 2023-05-16 16:36:14 +0200 |
| commit | b9a74afe34a8d7412dc30879c494408ed1845796 (patch) | |
| tree | 4c701a124a2c81a6c1517cbab06d504fbead0a11 | |
| parent | 17777473917ec42767279288b83667d059868d63 (diff) | |
| download | writefreesoftware.org-b9a74afe34a8d7412dc30879c494408ed1845796.tar.xz | |
sass: drop italics on blockquote
| -rw-r--r-- | assets/sass/_custom.scss | 4 |
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; } |
