nodemon, fix small issues

This commit is contained in:
AlecM33
2021-12-28 15:16:28 -05:00
parent 15624f28bc
commit 3e2b503ad2
14 changed files with 173 additions and 127 deletions

View File

@@ -178,6 +178,7 @@ h1 {
#role-info-modal #modal-button-container {
margin-top: 1em;
justify-content: center;
}
#game-role-info-container .role-info-name {
@@ -186,7 +187,7 @@ h1 {
font-size: 20px;
font-family: signika-negative, sans-serif;
margin: 0.5em 0;
background-color: #15191c;
background-color: black;
}
#role-info-modal h2 {
@@ -541,7 +542,15 @@ label[for='moderator'] {
}
.reveal-role-button {
background-color: #3f5256;
background-color: #586a6e;
}
.reveal-role-button:hover, #mod-transfer-button:hover {
background-color: #4e5664;
}
.kill-player-button:hover {
background-color: #b35c5c;
}
.reveal-role-button img {