From c1da6a2347d38c7501b0d1f4d895567dec440907 Mon Sep 17 00:00:00 2001 From: Xevion Date: Thu, 1 Feb 2024 01:12:49 -0600 Subject: [PATCH] Disable italics on bold --- src/styles/global.scss | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/styles/global.scss b/src/styles/global.scss index b8a1e38..358acfd 100644 --- a/src/styles/global.scss +++ b/src/styles/global.scss @@ -163,10 +163,10 @@ strong * { font-weight: bold; } -strong, -strong * { - font-style: italic; -} +// strong, +// strong * { +// font-style: italic; +// } ul, ol,