Add background color to plain text media tags in the markdown apps
This commit is contained in:
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…
x
Reference in New Issue
Block a user