From ef5678015e545de5ebf18543aa6d951b93a9dbdd Mon Sep 17 00:00:00 2001 From: curben <2809763-curben@users.noreply.gitlab.com> Date: Tue, 3 Sep 2019 17:58:46 +0100 Subject: [PATCH] fix(css): bold font color - compatibility with Dark Reader --- themes/typing/source/css/typing.css | 1 - 1 file changed, 1 deletion(-) diff --git a/themes/typing/source/css/typing.css b/themes/typing/source/css/typing.css index c42ef83..507e606 100644 --- a/themes/typing/source/css/typing.css +++ b/themes/typing/source/css/typing.css @@ -215,7 +215,6 @@ em { b, strong { - color: #000; font-weight: 700; }