Styling changes
This commit is contained in:
parent
5950187778
commit
351e49c5b2
|
@ -25,7 +25,7 @@
|
|||
}
|
||||
|
||||
#game {
|
||||
background-color: #2b2113;
|
||||
background-color: #1b1c17;
|
||||
float: left;
|
||||
margin: 0 auto;
|
||||
height: 90vmin;
|
||||
|
@ -74,13 +74,13 @@
|
|||
float: left;
|
||||
height: 8vmin;
|
||||
width: 8vmin;
|
||||
background-color: #8b969e;
|
||||
background-color: #454e52;
|
||||
border-radius: 2vmin;
|
||||
cursor: default;
|
||||
}
|
||||
|
||||
li.revealed {
|
||||
background-color: #2b2113;
|
||||
background-color: #1b1c17;
|
||||
}
|
||||
|
||||
li:not(.revealed):hover {
|
||||
|
|
Loading…
Reference in New Issue