From a04e0da2b8907d2aed6e98919a68f7ae2cb35eec Mon Sep 17 00:00:00 2001 From: luxagraf Date: Thu, 7 Mar 2019 11:41:22 -0600 Subject: added src to main site --- design/sass/_header.scss | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) (limited to 'design/sass') diff --git a/design/sass/_header.scss b/design/sass/_header.scss index a4f0386..d578e21 100644 --- a/design/sass/_header.scss +++ b/design/sass/_header.scss @@ -142,7 +142,7 @@ nav[role="navigation"] { @extend %clearfix; margin-bottom: 1em; @include breakpoint(beta) { - border-bottom: 1px #e4e4e4 solid; + border-bottom: 1px #f3efef solid; position: relative; } @include breakpoint(gamma) { @@ -159,6 +159,15 @@ nav[role="navigation"] { max-width: $max_width; } } +.detail .header-wrapper, .detail #breadcrumbs { + transition: opacity .5s; + @include breakpoint(epsilon) { + opacity: .8; + &:hover { + opacity: 1; + } + } +} .black .header-wrapper, .dark .header-wrapper { @include breakpoint(beta) { -- cgit v1.2.3