Skip to content

Commit

Permalink
🐛 Fix font weight on chroma edit area
Browse files Browse the repository at this point in the history
  • Loading branch information
bendoerr committed May 4, 2021
1 parent 65f44a3 commit 3acafe6
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 1 addition & 0 deletions src/overlight-vtt.scss
Original file line number Diff line number Diff line change
Expand Up @@ -425,6 +425,7 @@ $color-spirit: darken(dimgray, 90%);
.o-cs-chroma {
margin-top: 14px;
min-height: 600px;
font-weight: normal;
}

.o-cs-textarea {
Expand Down
1 change: 0 additions & 1 deletion src/templates/actors/character-sheet.html
Original file line number Diff line number Diff line change
Expand Up @@ -398,7 +398,6 @@
<div class="flexrow o-cs-textarea o-cs-chroma">
<div class="flexcol">
<label class="o-cs-heading" for="character-sheet.chroma-all-text">Chroma</label>
<!-- <textarea id="character-sheet.chroma-all-text" name="data.chromaAll" rows="40">{{data.chromaAll}}</textarea>-->
{{editor content=data.chromaAll target="data.chromaAll" button=true owner=owner editable=true}}
</div>
</div>
Expand Down

0 comments on commit 3acafe6

Please sign in to comment.