small adjustments to header and nav

This commit is contained in:
Joshua Seigler 2016-07-29 00:44:54 -04:00
parent 64d0d20f4e
commit 41e86816fe
2 changed files with 2 additions and 2 deletions

View file

@ -8,6 +8,7 @@
color: rgba($white, 0.9); color: rgba($white, 0.9);
&:hover { &:hover {
color: rgba($white, 1); color: rgba($white, 1);
text-shadow: 0 0 2em black;
} }
} }
} }
@ -16,7 +17,7 @@
text-shadow: 2px 2px 2px rgba(black, 0.4); text-shadow: 2px 2px 2px rgba(black, 0.4);
} }
> h1 { > h1 {
margin-top: 2em; margin-top: 2.5em;
font-size: 56px; font-size: 56px;
line-height: 1.2; line-height: 1.2;
} }

View file

@ -21,7 +21,6 @@
&:hover { &:hover {
color: rgba($black, 1.0); color: rgba($black, 1.0);
text-shadow: 0 0 1em black;
} }
} }
&:last-child > a { &:last-child > a {