diff --git a/static/css/theme-coko/main.css b/static/css/theme-coko/main.css index c17d3c37450215e2ca5f49f3b8c41d6736a7aad1..36989a8f63355e0f018100e0ef034d33b53d2a5e 100644 --- a/static/css/theme-coko/main.css +++ b/static/css/theme-coko/main.css @@ -853,9 +853,18 @@ article iframe { .services article ul { grid-column: 1 / -1; } + .article-single main p, + .article-single main li { + font-size: 0.9em; + margin-bottom: 0.5em; + } } .article-single main .post-content .customQuote { font-size: 0.9em; border-left: 1px solid black; padding-left: 3ch; } + +li::marker { + content: "– "; +}