diff --git a/src/MatNav.sass b/src/MatNav.sass index eb91754..8f66189 100644 --- a/src/MatNav.sass +++ b/src/MatNav.sass @@ -1,6 +1,6 @@ -// Copyright © SimplyCodin 2017 +// Copyright © SimplyCodin 2017-Present $menuheight: 56px -$navcolor: red +$navcolor: var(--MatNav-Bg) $toppadding: 0px $menuitemmaxwidth: 168px @@ -16,6 +16,10 @@ $textcolor: #ffffff $content: main $contentoffset: 5px + +::root + --MatNav-Bg: red + .MatNav position: fixed bottom: 0