Merge pull request #2337 from awesomerobot/master

lighter TH on topic-list
This commit is contained in:
Jeff Atwood 2014-05-11 22:20:19 -07:00
commit 8f788b339b
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 {