From 52b7fa248a8670a86764c4786f4a34b072992715 Mon Sep 17 00:00:00 2001 From: Dmitriy Zaporozhets Date: Sat, 14 Jun 2014 19:55:26 +0300 Subject: [PATCH] Darker color for page title --- app/assets/stylesheets/main/mixins.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/assets/stylesheets/main/mixins.scss b/app/assets/stylesheets/main/mixins.scss index cf6d5ba..93faf5c 100644 --- a/app/assets/stylesheets/main/mixins.scss +++ b/app/assets/stylesheets/main/mixins.scss @@ -117,7 +117,7 @@ } @mixin page-title { - color: #555; + color: #333; line-height: 1.5; font-weight: normal; margin-top: 0px; -- libgit2 0.21.2