aboutsummaryrefslogtreecommitdiff
path: root/assets
diff options
context:
space:
mode:
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 28044c1..2e4dfa0 100644
--- a/assets/sass/_custom.scss
+++ b/assets/sass/_custom.scss
@@ -100,3 +100,7 @@ ol li::marker {
color: #F44336;
}
}
+
+.post_body ul {
+ list-style: inherit;
+}