From 2b051194c82ee21cd07e687af2fa12bf604e394d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=A9r=C3=A9mie=20Astori?= Date: Thu, 12 Apr 2018 00:45:49 -0400 Subject: [PATCH] Fix preview text color overriding inherited color This messes up dark themes, or really any theme that does not use #222 as body color... --- client/css/style.css | 1 - 1 file changed, 1 deletion(-) diff --git a/client/css/style.css b/client/css/style.css index c5e8baff..d02b9a1c 100644 --- a/client/css/style.css +++ b/client/css/style.css @@ -1398,7 +1398,6 @@ kbd { display: flex; align-items: flex-start; font-weight: bold; - color: #222; } #chat .toggle-type-error,