summaryrefslogtreecommitdiffstats
path: root/static
diff options
context:
space:
mode:
Diffstat (limited to 'static')
-rw-r--r--static/style.css8
1 files changed, 8 insertions, 0 deletions
diff --git a/static/style.css b/static/style.css
index 729121b..2e5d84d 100644
--- a/static/style.css
+++ b/static/style.css
@@ -171,3 +171,11 @@ hr {
small {
color: var(--blockquote-color);
}
+
+ul, ol {
+ margin-left: 10px;
+}
+
+li::marker {
+ color: var(--link-color);
+}