Soften hamburger background more

This commit is contained in:
Saul Johnson
2017-08-05 00:21:01 +01:00
parent 2898abbcbb
commit 10b7bf87fc
+4 -4
View File
@@ -284,12 +284,12 @@ html {
/*-------------------------------*/
.hamburger-wrapper {
background: rgba(0, 0, 0, 0.5);
border: 1px solid #000;
background: rgba(0, 0, 0, 0.3);
border: 1px solid rgba(0, 0, 0, 0.6);
border-radius: 5px;
display: block;
height: 41px;
width: 41px;
height: 42px;
width: 42px;
position: absolute;
top: 20px;
margin-left: 15px;