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

Commit

Permalink
Fixed custom emotes background color #27745
Browse files Browse the repository at this point in the history
  • Loading branch information
asimdelvi committed Aug 5, 2024
1 parent 76ed254 commit a119dea
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions res/css/views/rooms/_EventTile.pcss
Original file line number Diff line number Diff line change
Expand Up @@ -887,6 +887,9 @@ $left-gutter: 64px;
&.markdown-body img {
object-fit: contain;
object-position: left top;

/* Override the default colors of the 'github-markdown-css' library
(#fff for light theme, #000 for dark theme) to match the inherited theme */
background-color: inherit !important;
}

Expand Down

0 comments on commit a119dea

Please sign in to comment.