From a22d9d46c63da3d0300d7c8b93bd8bd418d43dc6 Mon Sep 17 00:00:00 2001 From: Rowan Goemans Date: Fri, 27 Mar 2020 11:09:43 +0100 Subject: [PATCH] Fixed font-weight inconsistency of strong text #389. --- css/irma.css | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/css/irma.css b/css/irma.css index 89aff97..67b3395 100644 --- a/css/irma.css +++ b/css/irma.css @@ -19,6 +19,9 @@ html { scroll-behavior: smooth; } +strong { + font-weight: 700; +} @media screen and (prefers-reduced-motion: reduce) { html { @@ -452,4 +455,4 @@ column.text p { .block-footer-2 img { max-width: 200px; } -} \ No newline at end of file +}