Skip to content

Commit

Permalink
Update characterCreator.js
Browse files Browse the repository at this point in the history
  • Loading branch information
davespser authored Dec 6, 2024
1 parent 7027584 commit a26a9a0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions js/characterCreator.js
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,7 @@ container.style.top = "60%";
container.style.left = "90%";
container.style.fontsize = "15";
container.style.transform = "translate(-20%, -20%)";
container.style.display = "flex";
container.style.backgroundColor = "rgba(0, 0, 0, 0.9)";
comtainer.style.alignItems = "flex-start";
container.style.color = "White";
Expand Down

0 comments on commit a26a9a0

Please sign in to comment.