From 81b0e020f086bdfbe10998ec168bef69bbbf8272 Mon Sep 17 00:00:00 2001 From: captainill Date: Mon, 9 Nov 2015 22:23:30 -0800 Subject: [PATCH] use 300 for weight in both header/footer --- .../assets/stylesheets/hashicorp-shared/_project-utility.scss | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/website/source/assets/stylesheets/hashicorp-shared/_project-utility.scss b/website/source/assets/stylesheets/hashicorp-shared/_project-utility.scss index 5e51f91d5..4780b90c3 100755 --- a/website/source/assets/stylesheets/hashicorp-shared/_project-utility.scss +++ b/website/source/assets/stylesheets/hashicorp-shared/_project-utility.scss @@ -22,7 +22,7 @@ $project-logo-pad-left: 8px; @mixin project-footer-a-style{ color: $black; - font-weight: 400; + font-weight: 300; &:hover{ color: $purple; @@ -35,7 +35,7 @@ $project-logo-pad-left: 8px; @mixin project-footer-a-subpage-style{ color: $white; - font-weight: 400; + font-weight: 300; svg path{ fill: $white;