Add background color to plain text media tags in the markdown apps

This commit is contained in:
yflory 2019-08-27 11:14:23 +02:00
parent c786735b1a
commit 3c8b9a55e0

View File

@ -44,6 +44,13 @@
text-overflow: ellipsis;
}
}
div.plain-text-reader {
background: #f3f3f3;
padding: 10px;
color: black;
text-align: left;
}
}
.markdown_preformatted-code (@color: #333) {