From 38af8961a11bbdb17815d218e9013b51a9acc9eb Mon Sep 17 00:00:00 2001 From: Luke Barratt Date: Mon, 28 Apr 2014 01:15:48 +0100 Subject: [PATCH] Darken headers --- app/assets/stylesheets/layout/_typography.scss | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/app/assets/stylesheets/layout/_typography.scss b/app/assets/stylesheets/layout/_typography.scss index c3624ce..a9490e8 100644 --- a/app/assets/stylesheets/layout/_typography.scss +++ b/app/assets/stylesheets/layout/_typography.scss @@ -18,6 +18,10 @@ h1, h2, h3, h4, h5, h6 { line-height: 1.25em; margin: 0; text-rendering: optimizeLegibility; // Fix the character spacing for headings + + a { + color: $dark-blue; + } } h1 {