Commit 0040139b authored by Dmitriy Zaporozhets's avatar Dmitriy Zaporozhets

Use same color for event body

parent b43084d1
...@@ -60,14 +60,14 @@ ...@@ -60,14 +60,14 @@
color: #666; color: #666;
} }
.event-note { .event-note {
color: #555; color: #666;
margin-top: 5px; margin-top: 5px;
pre { pre {
border: none; border: none;
background: #f9f9f9; background: #f9f9f9;
border-radius: 0; border-radius: 0;
color: #555; color: #666;
margin: 0 20px; margin: 0 20px;
} }
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment