added borders to all box art, because it looked weird

This commit is contained in:
R. Aidan Campbell
2016-07-10 16:38:26 -04:00
parent 2674de45ea
commit 96514784a9
2 changed files with 11 additions and 5 deletions

View File

@@ -175,3 +175,6 @@ main {
.current-game {
border: 3px solid green;
}
.not-current-game {
border: 1px solid black;
}