Merge pull request #2655 from aaronraimist/fix-pre-dark

Make pre use the same text color as code
pull/21833/head
Travis Ralston 2019-02-16 11:36:26 -07:00 committed by GitHub
commit 25525f93d2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 7 additions and 1 deletions

View File

@ -408,7 +408,13 @@ limitations under the License.
.mx_EventTile_content .markdown-body code {
// deliberate constants as we're behind an invert filter
background-color: #f8f8f8;
color: #333;
}
.mx_EventTile_content .markdown-body {
pre, code {
// deliberate constants as we're behind an invert filter
color: #333;
}
}
.mx_EventTile_pre_container {