mirror of
https://github.com/element-hq/element-web
synced 2024-11-22 01:05:42 +03:00
Fix stray background colour on markdown body (#12628)
Signed-off-by: Michael Telatynski <7t3chguy@gmail.com>
This commit is contained in:
parent
5c26d580d8
commit
1cf3045a5b
2 changed files with 2 additions and 0 deletions
|
@ -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,
|
||||
|
|
|
@ -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,
|
||||
|
|
Loading…
Reference in a new issue