From ea36fd1a76eb74342123a73c39e3f40d1d05c114 Mon Sep 17 00:00:00 2001 From: onyxserpent Date: Wed, 8 Apr 2015 09:44:31 -0700 Subject: [PATCH] Fixed h# a being too bold --- app/assets/stylesheets/themes/default/layout/_typography.scss | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/app/assets/stylesheets/themes/default/layout/_typography.scss b/app/assets/stylesheets/themes/default/layout/_typography.scss index 1a2eafd..f59e16d 100644 --- a/app/assets/stylesheets/themes/default/layout/_typography.scss +++ b/app/assets/stylesheets/themes/default/layout/_typography.scss @@ -21,10 +21,11 @@ h1, h2, h3, h4, h5, h6 { opacity: 0.99; clear: both; text-rendering: optimizeLegibility; // Fix the character spacing for headings - font-weight: 400; + font-weight: normal; a { color: $dark-blue; + font-weight:normal; } }