summaryrefslogtreecommitdiff
path: root/design/sass
diff options
context:
space:
mode:
authorluxagraf <sng@luxagraf.net>2019-03-07 11:41:22 -0600
committerluxagraf <sng@luxagraf.net>2019-03-07 11:41:22 -0600
commita04e0da2b8907d2aed6e98919a68f7ae2cb35eec (patch)
tree871799d46c78c952be5f223d74dbe1ca8fd7e136 /design/sass
parent0e6777be5dc1f34ac83dda3da884b1c8e42045ee (diff)
added src to main site
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) {