summaryrefslogtreecommitdiff
path: root/design/sass
diff options
context:
space:
mode:
Diffstat (limited to 'design/sass')
-rw-r--r--design/sass/_header.scss11
1 files changed, 10 insertions, 1 deletions
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) {