boost transparency of sidenav

This commit is contained in:
Eric Jimenez 2016-09-20 20:54:39 -04:00
parent 7252bd1553
commit 5a203d6b36
1 changed files with 1 additions and 1 deletions

View File

@ -10,7 +10,7 @@
*/
$sidenav: '.sidenav'; // Classname
$sidenav-background: rgba($blue-grey-50, .56);
$sidenav-background: rgba($blue-grey-50, 1);
$sidenav-background-dark: $blue-grey-200;
$sidenav-color: $blue-grey-500;
$sidenav-color-selected: $blue-700;