diff options
| author | Drew DeVault <sir@cmpwn.com> | 2023-05-16 12:22:50 +0200 |
|---|---|---|
| committer | Drew DeVault <sir@cmpwn.com> | 2023-05-16 12:22:50 +0200 |
| commit | c2e7272e4764d5aafc3f6fb87c9d86573b44b489 (patch) | |
| tree | 77c14c57f8d1643c78aa4c9ec41078f2eef77e57 | |
| parent | d60ad3caeaaf1bad809c47f3ea1a3cd9a59c476d (diff) | |
| download | writefreesoftware.org-c2e7272e4764d5aafc3f6fb87c9d86573b44b489.tar.xz | |
assets/sass: set ol marker to sans-serif
| -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 ded3df1..aaa7c02 100644 --- a/assets/sass/_custom.scss +++ b/assets/sass/_custom.scss @@ -18,6 +18,10 @@ b, strong { font-weight: 700; } +ol li::marker { + font-family: sans-serif; +} + .page-home .content img { border-radius: 1rem; } |
