From 458ef6a7b00fa90431222f60fe718167e90d3837 Mon Sep 17 00:00:00 2001 From: Waldir Pimenta Date: Thu, 28 Apr 2016 17:51:16 +0100 Subject: [PATCH] don't use the same color for headings and links changed to a slightly-blue grey, which IMO fits well with the current style. --- assets/css/application.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/assets/css/application.scss b/assets/css/application.scss index 227e9aa..5380ccd 100644 --- a/assets/css/application.scss +++ b/assets/css/application.scss @@ -80,7 +80,7 @@ strong { } .home h2 { - color: #149ad4; + color: #687072; font-size: 27px; line-height: 70px; margin-bottom: 45px;