fix(style): lisibilité des journaux (texte sombre sur fond blanc en vue et édition)
This commit is contained in:
+10
-2
@@ -1538,8 +1538,16 @@ h2.bad {
|
|||||||
body.system-bol img#logo {
|
body.system-bol img#logo {
|
||||||
content: url("/systems/bol/ui/logo2.webp");
|
content: url("/systems/bol/ui/logo2.webp");
|
||||||
}
|
}
|
||||||
.journal-page-content {
|
.journal-page-content,
|
||||||
/* Reserved for future use */
|
.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 {
|
.bol.dialog > section.window-content {
|
||||||
background: white;
|
background: white;
|
||||||
|
|||||||
@@ -6,8 +6,17 @@ body.system-bol img#logo {
|
|||||||
content: url("/systems/bol/ui/logo2.webp");
|
content: url("/systems/bol/ui/logo2.webp");
|
||||||
}
|
}
|
||||||
|
|
||||||
.journal-page-content {
|
.journal-page-content,
|
||||||
/* Reserved for future use */
|
.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 {
|
.bol.dialog {
|
||||||
|
|||||||
Reference in New Issue
Block a user