Fix as per CSV sheet tracking + creature explanation
This commit is contained in:
@@ -157,6 +157,31 @@
|
||||
margin: 0;
|
||||
}
|
||||
|
||||
// ProseMirror / toggled editor inside fieldset — enforce contrast on dark bg
|
||||
.application.mgne fieldset {
|
||||
.editor,
|
||||
.editor-content,
|
||||
.ProseMirror,
|
||||
.document-editor {
|
||||
color: lighten(@parchment, 8%);
|
||||
background: transparent;
|
||||
}
|
||||
.editor-content,
|
||||
.ProseMirror {
|
||||
p, li { color: lighten(@parchment, 8%); }
|
||||
h1, h2, h3 { color: @gold-acid; }
|
||||
.is-empty::before { color: fade(@gold-acid, 40%); }
|
||||
}
|
||||
.editor-menu button {
|
||||
color: @bone;
|
||||
background: fade(@bg-void, 55%);
|
||||
&:hover {
|
||||
color: lighten(@parchment, 8%);
|
||||
background: fade(@gold-acid, 20%);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
.application.mgne legend {
|
||||
.caps-heading();
|
||||
color: @gold-acid;
|
||||
|
||||
Reference in New Issue
Block a user