diff --git a/Gemfile.lock b/Gemfile.lock index f37d24fc719a76e5f51abf07f7ef7e33fa72128b..41d24c6aad5e268214c798b913e3198f4141c860 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 d365dd7c12b6bb0a787f4358869de0b34f633609..4876af296d8724c391bdc2eb9ec1cf242481ade1 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 {