make user setting desc less big/dark

This commit is contained in:
Jeff Atwood 2014-03-21 23:09:48 -07:00
parent 57f33686cc
commit 43f2e5b747
1 changed files with 3 additions and 1 deletions

View File

@ -61,10 +61,12 @@
display: inline-block;
}
.instructions {
color: $primary_text_color;
color: lighten($secondary_text_color, 20%);
margin-left: 160px;
margin-top: 5px;
margin-bottom: 10px;
font-size: 80%;
line-height: 1.4em;
}
.avatar {
margin-left: 3px;