fix(style): lisibilité des journaux (texte sombre sur fond blanc en vue et édition)
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user