Make pre use the same text color as code
Signed-off-by: Aaron Raimist <aaron@raim.ist>pull/21833/head
parent
0f3ba4e6a8
commit
eb908dbd0d
|
@ -408,7 +408,12 @@ limitations under the License.
|
||||||
.mx_EventTile_content .markdown-body code {
|
.mx_EventTile_content .markdown-body code {
|
||||||
// deliberate constants as we're behind an invert filter
|
// deliberate constants as we're behind an invert filter
|
||||||
background-color: #f8f8f8;
|
background-color: #f8f8f8;
|
||||||
color: #333;
|
}
|
||||||
|
|
||||||
|
.mx_EventTile_content .markdown-body {
|
||||||
|
pre, code {
|
||||||
|
color: #333;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
.mx_EventTile_pre_container {
|
.mx_EventTile_pre_container {
|
||||||
|
|
Loading…
Reference in New Issue