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 {