lighter TH on topic-list

This commit is contained in:
Kris Aubuchon 2014-05-12 01:02:05 -04:00
parent 7490a74875
commit 0779621680
2 changed files with 3 additions and 3 deletions

View File

@ -100,10 +100,10 @@
}
}
th {
color: $primary;
color: scale-color($primary, $lightness: 50%);
font-weight: normal;
font-size: 14px;
button i.fa {color: $primary;}
button i.fa {color: scale-color($primary, $lightness: 50%);}
}
td {

View File

@ -78,7 +78,7 @@
}
}
th {
color: $primary;
color: scale-color($primary, $lightness: 50%);
font-weight: bold;
font-size: 13px;
&:first-of-type {