make setting descriptions less big/dark

This commit is contained in:
Jeff Atwood 2014-03-21 23:06:53 -07:00
parent 84a7d75828
commit 57f33686cc

View file

@ -196,7 +196,9 @@
.desc {
padding-top: 3px;
color: darken($secondary_text_color, 40%);
color: lighten($secondary_text_color, 20%);
font-size: 80%;
line-height: 1.4em;
}
h3 {