Skip to content

Commit

Permalink
Fix text color in edit world menu
Browse files Browse the repository at this point in the history
Fixes #1217
  • Loading branch information
moo-man committed Sep 4, 2022
1 parent 286670a commit 3c1090b
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion static/css/wfrp4e.css
Original file line number Diff line number Diff line change
Expand Up @@ -15847,11 +15847,14 @@ input[name="dd-import.importPath"] {
}

#world-config .form-group-stacked .world-desc {
text-align: center;

}
#world-config .form-group-stacked .editor {
font-family: var(--actor-input-font-family);
font-size: var(--actor-input-font-size);
font-weight: var(--actor-input-font-weight);
color: var(--actor-input-color);
text-align: center;
}


Expand Down

0 comments on commit 3c1090b

Please sign in to comment.