From 5c0c7b756675b5f58198a35d28b5381d91f4c601 Mon Sep 17 00:00:00 2001
From: Jure Triglav <juretriglav@gmail.com>
Date: Tue, 29 Sep 2020 01:02:25 +0200
Subject: [PATCH] chore: small fix of global style to support strong element

---
 app/theme/elements/GlobalStyle.js | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/app/theme/elements/GlobalStyle.js b/app/theme/elements/GlobalStyle.js
index 95ab28d8be..a632718b05 100644
--- a/app/theme/elements/GlobalStyle.js
+++ b/app/theme/elements/GlobalStyle.js
@@ -46,4 +46,8 @@ text-rendering: optimizeLegibility;
 a {
   color: ${th('colorPrimary')};
 }
+
+strong {
+  font-weight: bold;
+}
 `
-- 
GitLab