diff --git a/website/source/images/footer-hashicorp-logo.png b/website/source/images/footer-hashicorp-logo.png index f88aa13631..635d0c7afe 100644 Binary files a/website/source/images/footer-hashicorp-logo.png and b/website/source/images/footer-hashicorp-logo.png differ diff --git a/website/source/images/footer-hashicorp-logo@2x.png b/website/source/images/footer-hashicorp-logo@2x.png index 0ca40b716d..d25e432803 100644 Binary files a/website/source/images/footer-hashicorp-logo@2x.png and b/website/source/images/footer-hashicorp-logo@2x.png differ diff --git a/website/source/stylesheets/_header.less b/website/source/stylesheets/_header.less index 6bb7e72bcf..d63c823cc3 100755 --- a/website/source/stylesheets/_header.less +++ b/website/source/stylesheets/_header.less @@ -145,7 +145,7 @@ body.page-sub{ #footer{ padding: 140px 0 40px; - color: @purple; + color: black; .footer-links{ float: none; @@ -169,7 +169,7 @@ body.page-sub{ } a{ - color: @purple; + color: black; } .buttons.navbar-nav{ diff --git a/website/source/stylesheets/_home.less b/website/source/stylesheets/_home.less index d0bd53d31d..6fd006e975 100755 --- a/website/source/stylesheets/_home.less +++ b/website/source/stylesheets/_home.less @@ -115,7 +115,7 @@ .clone-icon{ padding-left: 80px; } - + .c-group{ display: inline-block; margin-right: 20px; @@ -177,7 +177,7 @@ } span{ - margin-right: 20px; + margin-right: 10px; } img{ display: inline-block; diff --git a/website/source/stylesheets/main.css b/website/source/stylesheets/main.css index bb06f979d1..cb519f087d 100644 --- a/website/source/stylesheets/main.css +++ b/website/source/stylesheets/main.css @@ -244,7 +244,7 @@ body.page-sub #header { } #footer { padding: 140px 0 40px; - color: #822ff7; + color: black; } #footer .footer-links { float: none; @@ -264,7 +264,7 @@ body.page-sub #header { float: right; } #footer a { - color: #822ff7; + color: black; } #footer .buttons.navbar-nav { float: none; @@ -717,7 +717,7 @@ body.page-sub #header { font-weight: 700; } #footer .footer-hashi span { - margin-right: 20px; + margin-right: 10px; } #footer .footer-hashi img { display: inline-block;