From 4741ebdcc605a27b258709f32f7e7bf92a1819b7 Mon Sep 17 00:00:00 2001 From: webzwo0i Date: Fri, 16 Jul 2021 15:33:56 +0200 Subject: [PATCH] This fixes an issue with lost bold formatting when copying bold text. --- src/static/css/pad/normalize.css | 1 - 1 file changed, 1 deletion(-) diff --git a/src/static/css/pad/normalize.css b/src/static/css/pad/normalize.css index cd0439334..202aa292a 100644 --- a/src/static/css/pad/normalize.css +++ b/src/static/css/pad/normalize.css @@ -125,7 +125,6 @@ abbr[title] { * Address style set to `bolder` in Firefox 4+, Safari, and Chrome. */ -b, strong { font-weight: bold; }