This fixes an issue with lost bold formatting when copying bold text.

This commit is contained in:
webzwo0i 2021-07-16 15:33:56 +02:00
parent ca4cc2d7c0
commit 4741ebdcc6

View file

@ -125,7 +125,6 @@ abbr[title] {
* Address style set to `bolder` in Firefox 4+, Safari, and Chrome. * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
*/ */
b,
strong { strong {
font-weight: bold; font-weight: bold;
} }