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

pull/1/head
yflory 5 years ago
parent c786735b1a
commit 3c8b9a55e0

@ -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) {

Loading…
Cancel
Save