Commit 52b7fa248a8670a86764c4786f4a34b072992715

Authored by Dmitriy Zaporozhets
1 parent 869809a1

Darker color for page title

Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
Showing 1 changed file with 1 additions and 1 deletions   Show diff stats
app/assets/stylesheets/main/mixins.scss
... ... @@ -117,7 +117,7 @@
117 117 }
118 118  
119 119 @mixin page-title {
120   - color: #555;
  120 + color: #333;
121 121 line-height: 1.5;
122 122 font-weight: normal;
123 123 margin-top: 0px;
... ...