Skip to content

Commit 1297f15

Browse files
authored
Merge pull request #62 from reveurguy/master
added colors to hamburger.
2 parents 4052e27 + 8162a61 commit 1297f15

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

assets/css/main.css

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -274,7 +274,8 @@ background-attachment: fixed !important;
274274
position: absolute;
275275
right: 10%;
276276
top: -15px;
277-
border: 5px solid white;
277+
border: 5px solid #00548d;
278+
background-color:#00548d;
278279
padding: 10px;
279280
border-radius: 50%;
280281
transform: scale(.8);
@@ -323,4 +324,9 @@ background-attachment: fixed !important;
323324
.pMd
324325
{
325326
margin-top: 10%;
327+
}
328+
.cross
329+
{
330+
background-color: #75dddc;
331+
border-color: #75dddc;
326332
}

0 commit comments

Comments
 (0)