mirror of
https://github.com/AlecM33/Werewolf.git
synced 2025-12-26 15:57:50 +01:00
nodemon, fix small issues
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user