make nav links larger

This commit is contained in:
Joshua Seigler 2016-07-29 00:19:54 -04:00
parent f819f148bb
commit f777ad4e30
2 changed files with 7 additions and 2 deletions

View file

@ -3,7 +3,7 @@
color: $white;
#top {
border-bottom: 1px solid $white;
border-bottom: 1px solid rgba($white, 0.35);
nav li a {
color: rgba($white, 0.9);
&:hover {

View file

@ -8,20 +8,25 @@
text-align: right;
li {
display: inline-block;
margin-left: 20px;
text-transform: uppercase;
font-size: 14px;
font-weight: 600;
line-height: 90px;
a {
padding: 0 10px;
display: inline-block;
text-decoration: none;
color: rgba($black, 0.9);
&:hover {
color: rgba($black, 1.0);
text-shadow: 0 0 1em black;
}
}
&:last-child > a {
padding-right: 0;
}
.status {
color: $blue;
}