apply markdown block styles to rendered text media-tags

This commit is contained in:
ansuz 2021-02-17 14:35:40 +05:30
parent 2c315368da
commit 387119a3c2

View file

@ -52,13 +52,6 @@
text-overflow: ellipsis; text-overflow: ellipsis;
} }
} }
div.plain-text-reader {
background: @cp_markdown-bg;
padding: 10px;
color: black;
text-align: left;
}
} }
.mediatag_cryptpad() { .mediatag_cryptpad() {
@ -154,6 +147,13 @@
color: @cryptpad_text_col; color: @cryptpad_text_col;
background-color: @cp_markdown-block-bg; background-color: @cp_markdown-block-bg;
} }
div.plain-text-reader {
background: @cp_markdown-block-bg;
padding: 10px;
color: @cp_markdown-block-fg;
text-align: left;
}
} }
.markdown_cryptpad() { .markdown_cryptpad() {