Nav bar color style fix for safari browser, no longer pink gradient

This commit is contained in:
Jeremy Zhang 2017-11-07 07:02:19 +00:00
parent 07bd0b5f5b
commit 071552dbf7
2 changed files with 2 additions and 2 deletions

View File

@ -48,7 +48,7 @@ footer {
nav {
background-color: var(--header);
background: linear-gradient(var(--header), rgba(255,0,0,0));
background: linear-gradient(var(--header), rgba(38,50,56,0));
box-shadow: none;
}

View File

@ -15,7 +15,7 @@ main {
nav {
background-color: #3f51b5;
background: linear-gradient(rgba(63, 81, 181, 1), rgba(255,0,0,0));
background: linear-gradient(rgba(63, 81, 181, 1), rgba(63, 81, 181, 0));
box-shadow: none;
}