From e7ba618bbe30ffd506a7f6ab255f523eba5f291d Mon Sep 17 00:00:00 2001 From: Matthew Hodgson Date: Tue, 18 Jul 2017 15:33:41 +0100 Subject: [PATCH] fix text in code blocks on dark theme --- .../vector/css/matrix-react-sdk/views/rooms/_EventTile.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/skins/vector/css/matrix-react-sdk/views/rooms/_EventTile.scss b/src/skins/vector/css/matrix-react-sdk/views/rooms/_EventTile.scss index 7d8e4ba2b7..9e42917617 100644 --- a/src/skins/vector/css/matrix-react-sdk/views/rooms/_EventTile.scss +++ b/src/skins/vector/css/matrix-react-sdk/views/rooms/_EventTile.scss @@ -316,7 +316,7 @@ limitations under the License. font-family: inherit ! important; white-space: normal ! important; line-height: inherit ! important; - color: inherit; + // color: inherit; // unclear why we ever had this? it breaks plain code blocks on dark theme... font-size: 14px; }