fix some CSS color issues

This commit is contained in:
Jeff Atwood 2014-06-04 23:33:58 -07:00
parent c8a0994f24
commit 96fc5addc4
2 changed files with 1 additions and 2 deletions

View File

@ -49,7 +49,7 @@
tr.instructions { tr.instructions {
label { label {
color: $primary; color: scale-color($primary, $lightness: 50%);
} }
} }

View File

@ -233,7 +233,6 @@
max-width: 165px; max-width: 165px;
dd { dd {
color: rgba($secondary, .7);
margin: 0 0 7px 0; margin: 0 0 7px 0;
overflow: hidden; overflow: hidden;
text-overflow: ellipsis; text-overflow: ellipsis;