Styling changes

This commit is contained in:
synth-ruiner 2015-03-01 15:59:06 +00:00
parent 5950187778
commit 351e49c5b2
1 changed files with 3 additions and 3 deletions

View File

@ -25,7 +25,7 @@
} }
#game { #game {
background-color: #2b2113; background-color: #1b1c17;
float: left; float: left;
margin: 0 auto; margin: 0 auto;
height: 90vmin; height: 90vmin;
@ -74,13 +74,13 @@
float: left; float: left;
height: 8vmin; height: 8vmin;
width: 8vmin; width: 8vmin;
background-color: #8b969e; background-color: #454e52;
border-radius: 2vmin; border-radius: 2vmin;
cursor: default; cursor: default;
} }
li.revealed { li.revealed {
background-color: #2b2113; background-color: #1b1c17;
} }
li:not(.revealed):hover { li:not(.revealed):hover {