mirror of
https://github.com/bckelley/avogadrio.git
synced 2026-08-24 10:14:10 -05:00
Soften hamburger background more
This commit is contained in:
+4
-4
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user