From 4165a8c93c897db4b3c5e9f7f0b7c43e05a1425b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Timoth=C3=A9e=20Jaussoin?= Date: Wed, 19 May 2021 09:41:12 +0200 Subject: [PATCH] Fix a font thickness for articles ul li --- public/theme/css/typo.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/theme/css/typo.css b/public/theme/css/typo.css index b92c16bfb..dcffa2bef 100644 --- a/public/theme/css/typo.css +++ b/public/theme/css/typo.css @@ -1,6 +1,6 @@ /* Typo */ -article section content ul li, /* Body 1 */ +article section ul li, /* Body 1 */ ol li, p, table tbody tr td,