Skip to content
This repository was archived by the owner on Sep 11, 2024. It is now read-only.

Commit 1cf3045

Browse files
authored
Fix stray background colour on markdown body (#12628)
Signed-off-by: Michael Telatynski <[email protected]>
1 parent 5c26d58 commit 1cf3045

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

res/css/_common.pcss

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -378,6 +378,7 @@ legend {
378378
font-family: inherit !important;
379379
white-space: normal !important;
380380
line-height: inherit !important;
381+
background-color: inherit;
381382
color: inherit; /* inherit the colour from the dark or light theme by default (but not for code blocks) */
382383

383384
pre,

res/css/views/rooms/_EventTile.pcss

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -689,6 +689,7 @@ $left-gutter: 64px;
689689
font-family: inherit !important;
690690
white-space: normal !important;
691691
line-height: inherit !important;
692+
background-color: inherit;
692693
color: inherit; /* inherit the colour from the dark or light theme by default (but not for code blocks) */
693694

694695
pre,

0 commit comments

Comments
 (0)