Skip to content

Commit

Permalink
Fix adjusted npc spell dc style (foundryvtt#4449)
Browse files Browse the repository at this point in the history
  • Loading branch information
CarlosFdez authored Oct 11, 2022
1 parent 9c1638a commit c3ece16
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/styles/actor/npc/_spells.scss
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@
margin-left: 4px;
}

.attack-input {
.attack-input, .dc-input {
flex: 1 0 32px;
text-align: center;
background-color: $light-text;
Expand All @@ -93,7 +93,7 @@
}
}

.dc-input, .spell-level-header input {
.spell-level-header input {
background: #f5efe0;
border: 1px solid transparent;
color: var(--body);
Expand Down

0 comments on commit c3ece16

Please sign in to comment.