Use same text color for commit box as issue title

This commit is contained in:
Douwe Maan
2015-12-02 14:52:36 +01:00
parent 09e712c0fb
commit 080a0c026b
+2 -4
View File
@@ -2,10 +2,6 @@
display: block;
}
.commit-title{
margin-bottom: 10px;
}
.commit-author, .commit-committer{
display: block;
color: #999;
@@ -41,6 +37,8 @@
.commit-box {
.commit-title {
margin: 0;
font-size: 23px;
color: #313236;
}
.commit-description {