From c926e89c8649b88933250119e6e65ee833610ce7 Mon Sep 17 00:00:00 2001 From: Aaron Raimist Date: Fri, 15 Feb 2019 21:28:26 -0600 Subject: [PATCH] Make pre use the same text color as code Signed-off-by: Aaron Raimist --- res/css/views/rooms/_EventTile.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/res/css/views/rooms/_EventTile.scss b/res/css/views/rooms/_EventTile.scss index 6a847e58bc55..75ffb1a57783 100644 --- a/res/css/views/rooms/_EventTile.scss +++ b/res/css/views/rooms/_EventTile.scss @@ -405,7 +405,7 @@ limitations under the License. max-height: 30vh; } -.mx_EventTile_content .markdown-body code { +.mx_EventTile_content .markdown-body pre, code { // deliberate constants as we're behind an invert filter background-color: #f8f8f8; color: #333;