From 0040139bbec7b282e792ff42ee8195d5423da5a3 Mon Sep 17 00:00:00 2001 From: Dmitriy Zaporozhets Date: Mon, 28 Oct 2013 11:06:39 +0200 Subject: [PATCH] Use same color for event body --- app/assets/stylesheets/sections/events.scss | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app/assets/stylesheets/sections/events.scss b/app/assets/stylesheets/sections/events.scss index 5c9a610ec..966282750 100644 --- a/app/assets/stylesheets/sections/events.scss +++ b/app/assets/stylesheets/sections/events.scss @@ -60,14 +60,14 @@ color: #666; } .event-note { - color: #555; + color: #666; margin-top: 5px; pre { border: none; background: #f9f9f9; border-radius: 0; - color: #555; + color: #666; margin: 0 20px; } -- 2.11.0