Lighter footer links

This commit is contained in:
Oleg Lavrovsky 2017-05-03 16:28:17 +02:00
parent 2bbeb5a2f5
commit 4d8032ce13
2 changed files with 3 additions and 3 deletions

View file

@ -5,7 +5,7 @@ footer#footer {
color: white;
a {
color: lighten($brand-secondary, 10%);
color: lighten($brand-secondary, 25%);
}
}

View file

@ -4,7 +4,7 @@
form {
label {
width: 15em;
border-bottom: 1px dashed #ccc;
border-bottom: 1px dashed $gray-light;
line-height: 166%;
vertical-align: top;
}
@ -25,7 +25,7 @@
font-size: 90%;
}
input[type='text'], textarea {
border: 1px solid #999;
border: 1px solid $gray-light;
padding: 3px;
}
}