diff options
| -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; } |
