More adjustments to gang rework

This commit is contained in:
Olivier Gagnon
2021-08-15 14:09:58 -04:00
parent 5803ddc613
commit 41871de26c
16 changed files with 73 additions and 67 deletions

View File

@@ -36,6 +36,10 @@ li {
list-style-type: none;
}
br {
@extend .noselect;
}
#entire-game-container {
background-color: transparent;
}