use markdown block styles for plaintext in the file app

This commit is contained in:
ansuz 2021-02-24 09:12:39 +05:30
parent cdf4006549
commit dc6446b088

View File

@ -58,8 +58,8 @@
width: 90vw;
height: 100%;
padding: 2em;
background-color: @cp_mediatag-text-bg;
color: @cp_mediatag-text-fg;
background-color: @cp_markdown-block-bg;
color: @cp_markdown-block-fg;
overflow-y: auto;
word-wrap: break-word;
white-space: pre-wrap;