Lighter footer links
This commit is contained in:
parent
2bbeb5a2f5
commit
4d8032ce13
2 changed files with 3 additions and 3 deletions
|
@ -5,7 +5,7 @@ footer#footer {
|
||||||
color: white;
|
color: white;
|
||||||
|
|
||||||
a {
|
a {
|
||||||
color: lighten($brand-secondary, 10%);
|
color: lighten($brand-secondary, 25%);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
@ -4,7 +4,7 @@
|
||||||
form {
|
form {
|
||||||
label {
|
label {
|
||||||
width: 15em;
|
width: 15em;
|
||||||
border-bottom: 1px dashed #ccc;
|
border-bottom: 1px dashed $gray-light;
|
||||||
line-height: 166%;
|
line-height: 166%;
|
||||||
vertical-align: top;
|
vertical-align: top;
|
||||||
}
|
}
|
||||||
|
@ -25,7 +25,7 @@
|
||||||
font-size: 90%;
|
font-size: 90%;
|
||||||
}
|
}
|
||||||
input[type='text'], textarea {
|
input[type='text'], textarea {
|
||||||
border: 1px solid #999;
|
border: 1px solid $gray-light;
|
||||||
padding: 3px;
|
padding: 3px;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue