Skip to content
This repository was archived by the owner on Dec 4, 2017. It is now read-only.

Commit 5a203d6

Browse files
author
Eric Jimenez
committed
boost transparency of sidenav
1 parent 7252bd1 commit 5a203d6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

public/resources/css/module/_side-nav.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
*/
1111

1212
$sidenav: '.sidenav'; // Classname
13-
$sidenav-background: rgba($blue-grey-50, .56);
13+
$sidenav-background: rgba($blue-grey-50, 1);
1414
$sidenav-background-dark: $blue-grey-200;
1515
$sidenav-color: $blue-grey-500;
1616
$sidenav-color-selected: $blue-700;

0 commit comments

Comments
 (0)