duplicate color definition

This commit is contained in:
Jeff Atwood 2014-05-29 00:08:01 -07:00
parent edf58e4657
commit 88494736bb

View file

@ -233,7 +233,6 @@
.desc {
padding-top: 3px;
color: scale-color($primary, $lightness: 50%);
color: $primary;
font-size: 80%;
line-height: 1.4em;
}