Added drop shadown for sticky scrolling, moved colors into dark and light variables

This commit is contained in:
Matt
2017-08-15 11:04:26 +02:00
parent 588f35ef4f
commit b949f019cf
3 changed files with 12 additions and 1 deletions

View File

@@ -105,7 +105,6 @@
}
$breadcrumb-hover-hl: #111;
$page-nav-bg: black;
$page-breadcrumb__angle-1: 39px;
$page-breadcrumb__angle-ul: 31px;
@@ -120,6 +119,8 @@ $page-breadcrumb__angle-a: 30px;
.page-breadcrumb__item {
background: $page-nav-bg;
box-shadow: $page-nav-shadow;
> a {
color: $text-color-weak;