Browse Source

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

master
yflory 1 year ago
parent
commit
3c8b9a55e0
1 changed files with 7 additions and 0 deletions
  1. 7
      customize.dist/src/less2/include/markdown.less

7
customize.dist/src/less2/include/markdown.less

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