From 8c04fcc683d5a483720e09db02640d9df19a5b8b Mon Sep 17 00:00:00 2001 From: Matthias Kretschmann Date: Wed, 10 Feb 2016 00:31:35 +0100 Subject: [PATCH] tweaks --- .../styles/bigchain/_content-page.scss | 32 +++++++++++++++---- _src/index.html | 4 +-- 2 files changed, 27 insertions(+), 9 deletions(-) diff --git a/_src/_assets/styles/bigchain/_content-page.scss b/_src/_assets/styles/bigchain/_content-page.scss index 7b7660b..9088211 100644 --- a/_src/_assets/styles/bigchain/_content-page.scss +++ b/_src/_assets/styles/bigchain/_content-page.scss @@ -19,19 +19,39 @@ text-align: center; .header-link { - @extend .transition; + box-shadow: none; transition-timing-function: $timing-bounce; display: inline-block; - padding: 0 .5rem; + padding: 0 .25rem; opacity: 0; transform: translate3d(20px,0,0) scale(0); - .header-icon { font-style: normal; } + &, + .header-icon { + @extend .transition; + } + + &:hover, + &:focus { + background: none; + + .header-icon { + color: lighten($brand-primary, 10%); + } + } + + .header-icon { + font-style: normal; + font-size: 2rem; + color: $brand-primary; + } } - &:hover .header-link { - opacity: 1; - transform: translate3d(0,0,0) scale(.8); + &:hover { + .header-link { + opacity: 1; + transform: translate3d(0,0,0) scale(.8); + } } } } diff --git a/_src/index.html b/_src/index.html index 4f707a5..2744c3d 100644 --- a/_src/index.html +++ b/_src/index.html @@ -70,7 +70,7 @@ js: page-front.min.js

BigchainDB provides a rich API to create, query and transfer digital assets.

-

Read documentation

+

Read documentation | GitHub

@@ -84,8 +84,6 @@ js: page-front.min.js
- -