mirror of
https://github.com/TitanEmbeds/Titan.git
synced 2024-11-15 02:21:21 +01:00
Nav bar color style fix for safari browser, no longer pink gradient
This commit is contained in:
parent
07bd0b5f5b
commit
071552dbf7
@ -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;
|
||||
}
|
||||
|
||||
|
@ -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;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user