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

Commit 92bf203

Browse files
authored
Fixed custom emotes background color #27745 (#12798)
* Fixed the drag and drop of X ##27186 * Fixed custom emotes background color #27745 * Fixed custom emotes background color #27745
1 parent 54e5321 commit 92bf203

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

res/css/views/rooms/_EventTile.pcss

+4
Original file line numberDiff line numberDiff line change
@@ -887,6 +887,10 @@ $left-gutter: 64px;
887887
&.markdown-body img {
888888
object-fit: contain;
889889
object-position: left top;
890+
891+
/* Override the default colors of the 'github-markdown-css' library
892+
(#fff for light theme, #000 for dark theme) to match the inherited theme */
893+
background-color: inherit !important;
890894
}
891895

892896
.mx_EventTile_clamp & {

0 commit comments

Comments
 (0)