diff --git a/themes/sandpoints/assets/css/site.css b/themes/sandpoints/assets/css/site.css index d2e9046..ef3babf 100644 --- a/themes/sandpoints/assets/css/site.css +++ b/themes/sandpoints/assets/css/site.css @@ -514,6 +514,10 @@ li { list-style-type: "› "; } +li[role=doc-endnote] { + list-style-type: decimal; +} + img { width: 100%; }