From 908e6e6f7df5bf2fac6d8330a14a4f345ce003f0 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Je=CC=81re=CC=81my=20Fabre?= Date: Mon, 3 Oct 2016 17:16:36 +0200 Subject: [PATCH] Fix the bold font on lists --- app/static/src/sass/global/_typography.scss | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app/static/src/sass/global/_typography.scss b/app/static/src/sass/global/_typography.scss index 45d8712d..207666cf 100755 --- a/app/static/src/sass/global/_typography.scss +++ b/app/static/src/sass/global/_typography.scss @@ -52,14 +52,14 @@ h3 { @include margin-top(1); } -.page__content ul { +.page__content ul, .page__block ul { font-weight: weight(light); @include line-height(1.25); @include margin-top(0); @include margin-bottom(1); } -main p, main ul.unstyled-list { +main p, main ul.unstyled-list, main ul[class=""] { @include margin-top(0); @include margin-bottom(1); @include line-height(1.25); -- 2.39.5