From 33d4c2661964f08724c8ed606fb1323f40cccc6f Mon Sep 17 00:00:00 2001 From: LeRatierBretonnier Date: Mon, 3 Aug 2026 06:19:05 +0200 Subject: [PATCH] =?UTF-8?q?fix(style):=20lisibilit=C3=A9=20des=20journaux?= =?UTF-8?q?=20(texte=20sombre=20sur=20fond=20blanc=20en=20vue=20et=20?= =?UTF-8?q?=C3=A9dition)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- css/bol.css | 12 ++++++++++-- styles/components/common.less | 13 +++++++++++-- 2 files changed, 21 insertions(+), 4 deletions(-) diff --git a/css/bol.css b/css/bol.css index 0b4a853..f486856 100644 --- a/css/bol.css +++ b/css/bol.css @@ -1538,8 +1538,16 @@ h2.bad { body.system-bol img#logo { content: url("/systems/bol/ui/logo2.webp"); } -.journal-page-content { - /* Reserved for future use */ +.journal-page-content, +.journal-page-content p, +.journal-page-content div, +.journal-page-content span { + color: #191813 !important; +} +.sheet.journal-entry prose-mirror.journal-page-content, +prose-mirror.journal-page-content { + background-color: white; + background: white; } .bol.dialog > section.window-content { background: white; diff --git a/styles/components/common.less b/styles/components/common.less index 067ced6..10ab8a1 100644 --- a/styles/components/common.less +++ b/styles/components/common.less @@ -6,8 +6,17 @@ body.system-bol img#logo { content: url("/systems/bol/ui/logo2.webp"); } -.journal-page-content { - /* Reserved for future use */ +.journal-page-content, +.journal-page-content p, +.journal-page-content div, +.journal-page-content span { + color: #191813 !important; +} + +.sheet.journal-entry prose-mirror.journal-page-content, +prose-mirror.journal-page-content { + background-color: white; + background: white; } .bol.dialog {