diff --git a/app/assets/stylesheets/sections/commits.scss b/app/assets/stylesheets/sections/commits.scss
index 81f7ace66bf7e1c00022485685305dc65b414b80..cd3e5d56c2562cf8687475341f97a78b07f11799 100644
--- a/app/assets/stylesheets/sections/commits.scss
+++ b/app/assets/stylesheets/sections/commits.scss
@@ -482,8 +482,8 @@ li.commit {
     }
 
     .commit-row-message {
-      color: #555;
-      font-weight: bolder;
+      color: #333;
+      font-weight: 500;
       &:hover {
         color: #444;
         text-decoration: underline;
@@ -492,13 +492,14 @@ li.commit {
   }
 
   .commit-row-info {
+    color: #777;
+
     a {
       color: #777;
     }
 
     .committed_ago {
       float: right;
-      @extend .cgray;
     }
   }
 
diff --git a/app/views/projects/commits/_commit.html.haml b/app/views/projects/commits/_commit.html.haml
index e51376ab5291cb61739483a9897e73e660457c59..658b23fbcfad0c9426b49c78e6b588633d326e2c 100644
--- a/app/views/projects/commits/_commit.html.haml
+++ b/app/views/projects/commits/_commit.html.haml
@@ -13,4 +13,5 @@
 
   .commit-row-info
     = commit_author_link(commit, avatar: true, size: 16)
-    #{time_ago_with_tooltip(commit.committed_date)} ago  
+    .committed_ago
+      #{time_ago_with_tooltip(commit.committed_date)} ago