You've already forked matrix-react-sdk
mirror of
https://github.com/matrix-org/matrix-react-sdk.git
synced 2025-07-31 13:44:28 +03:00
Fix stray background colour on markdown body (#12628)
Signed-off-by: Michael Telatynski <7t3chguy@gmail.com>
This commit is contained in:
committed by
GitHub
parent
5c26d580d8
commit
1cf3045a5b
@ -378,6 +378,7 @@ legend {
|
|||||||
font-family: inherit !important;
|
font-family: inherit !important;
|
||||||
white-space: normal !important;
|
white-space: normal !important;
|
||||||
line-height: inherit !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) */
|
color: inherit; /* inherit the colour from the dark or light theme by default (but not for code blocks) */
|
||||||
|
|
||||||
pre,
|
pre,
|
||||||
|
@ -689,6 +689,7 @@ $left-gutter: 64px;
|
|||||||
font-family: inherit !important;
|
font-family: inherit !important;
|
||||||
white-space: normal !important;
|
white-space: normal !important;
|
||||||
line-height: inherit !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) */
|
color: inherit; /* inherit the colour from the dark or light theme by default (but not for code blocks) */
|
||||||
|
|
||||||
pre,
|
pre,
|
||||||
|
Reference in New Issue
Block a user