diff --git a/app/assets/stylesheets/sections/events.scss b/app/assets/stylesheets/sections/events.scss index 5c9a610ec778dab6fb5f33132b9f5f1d1a964736..966282750d999f3e1df7d65357bb04903ebcae40 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; }