diff --git a/Gemfile.lock b/Gemfile.lock index f37d24f..41d24c6 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -420,7 +420,7 @@ GEM sexp_processor (4.2.0) shoulda-matchers (1.3.0) activesupport (>= 3.0.0) - sidekiq (2.8.0) + sidekiq (2.9.0) celluloid (~> 0.12.0) connection_pool (~> 1.0) multi_json (~> 1) diff --git a/app/assets/stylesheets/sections/events.scss b/app/assets/stylesheets/sections/events.scss index d365dd7..4876af2 100644 --- a/app/assets/stylesheets/sections/events.scss +++ b/app/assets/stylesheets/sections/events.scss @@ -42,7 +42,7 @@ } .event-body { .commit p { - color: #555; + color: #666; padding-top: 5px; } .event-info { -- libgit2 0.21.2