Styling changes
This commit is contained in:
parent
5950187778
commit
351e49c5b2
|
@ -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 {
|
||||||
|
|
Loading…
Reference in New Issue