From dc6446b0881f4f5295fa103fecb3402441899a0e Mon Sep 17 00:00:00 2001 From: ansuz Date: Wed, 24 Feb 2021 09:12:39 +0530 Subject: [PATCH] use markdown block styles for plaintext in the file app --- www/file/app-file.less | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/www/file/app-file.less b/www/file/app-file.less index 739720f6e..cfbf0afa3 100644 --- a/www/file/app-file.less +++ b/www/file/app-file.less @@ -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;