From 1cf3045a5b61b7a4a38c53f7bf918553c2ca9b09 Mon Sep 17 00:00:00 2001 From: Michael Telatynski <7t3chguy@gmail.com> Date: Mon, 17 Jun 2024 17:20:18 +0100 Subject: [PATCH] Fix stray background colour on markdown body (#12628) Signed-off-by: Michael Telatynski <7t3chguy@gmail.com> --- res/css/_common.pcss | 1 + res/css/views/rooms/_EventTile.pcss | 1 + 2 files changed, 2 insertions(+) diff --git a/res/css/_common.pcss b/res/css/_common.pcss index d120194491..32a2610c1f 100644 --- a/res/css/_common.pcss +++ b/res/css/_common.pcss @@ -378,6 +378,7 @@ legend { font-family: inherit !important; white-space: normal !important; line-height: inherit !important; + background-color: inherit; color: inherit; /* inherit the colour from the dark or light theme by default (but not for code blocks) */ pre, diff --git a/res/css/views/rooms/_EventTile.pcss b/res/css/views/rooms/_EventTile.pcss index 530904767b..46f0ba900f 100644 --- a/res/css/views/rooms/_EventTile.pcss +++ b/res/css/views/rooms/_EventTile.pcss @@ -689,6 +689,7 @@ $left-gutter: 64px; font-family: inherit !important; white-space: normal !important; line-height: inherit !important; + background-color: inherit; color: inherit; /* inherit the colour from the dark or light theme by default (but not for code blocks) */ pre,