feat: third step for hashpointers slide

This commit is contained in:
Joshua Seigler 2016-10-14 10:46:44 -04:00
parent ccb78186f3
commit 36845011f8
5 changed files with 177 additions and 38 deletions

View file

@ -71,7 +71,7 @@ body.is-loading:after {
}
body.simulate-projection {
filter: contrast(0.65);
filter: contrast(0.8);
}
main {
@ -93,7 +93,7 @@ nav {
transition: transform ease 0.5s;
font-size: 0.5rem;
z-index: 2;
background-image: linear-gradient(to top, hsla(0, 0%, 0%, 0), hsla(0, 0%, 0%, 0.5));
background-image: linear-gradient(to top, hsla(0, 0%, 0%, 0), hsla(0, 0%, 0%, 0.75));
}
nav > label {