duplicate color definition

This commit is contained in:
Jeff Atwood 2014-05-29 00:08:01 -07:00
parent edf58e4657
commit 88494736bb
1 changed files with 0 additions and 1 deletions

View File

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