user page instructions should be dimmed

This commit is contained in:
Jeff Atwood 2014-05-14 00:26:09 -07:00
parent c0c0bfa35e
commit d28e03c3aa
1 changed files with 1 additions and 1 deletions

View File

@ -63,7 +63,7 @@
display: inline-block;
}
.instructions {
color: $primary;
color: scale-color($primary, $lightness: 50%);
margin-left: 160px;
margin-top: 5px;
margin-bottom: 10px;