1
0
mirror of https://github.com/matrix-org/matrix-react-sdk.git synced 2025-11-07 10:46:24 +03:00

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

Make pre use the same text color as code
This commit is contained in:
Travis Ralston
2019-02-16 11:36:26 -07:00
committed by GitHub

View File

@@ -408,8 +408,14 @@ limitations under the License.
.mx_EventTile_content .markdown-body code {
// deliberate constants as we're behind an invert filter
background-color: #f8f8f8;
}
.mx_EventTile_content .markdown-body {
pre, code {
// deliberate constants as we're behind an invert filter
color: #333;
}
}
.mx_EventTile_pre_container {
// For correct positioning of _copyButton (See TextualBody)