2
0

Bindings seem to be working now.

This commit is contained in:
Erik Kimsey
2018-05-17 21:13:21 -04:00
parent aaabedad87
commit b70c4f3e53
5 changed files with 22 additions and 11 deletions

View File

@@ -5,6 +5,7 @@
top: 0;
left: 0;
overflow: hidden;
background: rgb(55,55,55)
}
ul {
@@ -19,10 +20,11 @@ ul {
margin: 0;
padding: 3rem;
background: rgba(0,0,0,0.3);
opacity: 0.3;
// opacity: 0.3;
transition: all 360ms 120ms ease-out;
cursor: pointer;
list-style-type: none;
color:white;
&:hover {
opacity: 1;