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

Commit

Permalink
Make pre use the same text color as code
Browse files Browse the repository at this point in the history
Signed-off-by: Aaron Raimist <aaron@raim.ist>
  • Loading branch information
aaronraimist committed Feb 16, 2019
1 parent 0f3ba4e commit c926e89
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion res/css/views/rooms/_EventTile.scss
Original file line number Diff line number Diff line change
Expand Up @@ -405,7 +405,7 @@ limitations under the License.
max-height: 30vh;
}

.mx_EventTile_content .markdown-body code {
.mx_EventTile_content .markdown-body pre, code {
// deliberate constants as we're behind an invert filter
background-color: #f8f8f8;
color: #333;
Expand Down

0 comments on commit c926e89

Please sign in to comment.