aboutsummaryrefslogtreecommitdiff
path: root/assets
diff options
context:
space:
mode:
authorDrew DeVault <sir@cmpwn.com>2023-05-16 12:22:50 +0200
committerDrew DeVault <sir@cmpwn.com>2023-05-16 12:22:50 +0200
commitc2e7272e4764d5aafc3f6fb87c9d86573b44b489 (patch)
tree77c14c57f8d1643c78aa4c9ec41078f2eef77e57 /assets
parentd60ad3caeaaf1bad809c47f3ea1a3cd9a59c476d (diff)
downloadwritefreesoftware.org-c2e7272e4764d5aafc3f6fb87c9d86573b44b489.tar.xz
assets/sass: set ol marker to sans-serif
Diffstat (limited to 'assets')
-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 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;
}