Commit 0040139bbec7b282e792ff42ee8195d5423da5a3
1 parent
b43084d1
Exists in
master
and in
4 other branches
Use same color for event body
Showing
1 changed file
with
2 additions
and
2 deletions
Show diff stats
app/assets/stylesheets/sections/events.scss
... | ... | @@ -60,14 +60,14 @@ |
60 | 60 | color: #666; |
61 | 61 | } |
62 | 62 | .event-note { |
63 | - color: #555; | |
63 | + color: #666; | |
64 | 64 | margin-top: 5px; |
65 | 65 | |
66 | 66 | pre { |
67 | 67 | border: none; |
68 | 68 | background: #f9f9f9; |
69 | 69 | border-radius: 0; |
70 | - color: #555; | |
70 | + color: #666; | |
71 | 71 | margin: 0 20px; |
72 | 72 | } |
73 | 73 | ... | ... |