fix(style): lisibilité des journaux (texte sombre sur fond blanc en vue et édition)

This commit is contained in:
2026-08-03 06:19:05 +02:00
parent cc81acce5b
commit 33d4c26619
2 changed files with 21 additions and 4 deletions
+10 -2
View File
@@ -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;