diff --git a/static/css/weblog.css b/static/css/weblog.css index fc7e980..df362d0 100644 --- a/static/css/weblog.css +++ b/static/css/weblog.css @@ -78,6 +78,12 @@ article > ul > li { color: var(--joshin-primary-color-500); } +article > ol > li { + font-size: 18px; + line-height: 28px; + color: var(--joshin-primary-color-500); +} + /* Navigation */ nav { @@ -262,6 +268,12 @@ article.photo img:hover { padding: 0 0 0 6px; } +.post-group-item ol { + list-style-type: none; + margin: 0; + padding: 0 0 0 6px; +} + /* Footer */ footer {