mirror of
				https://github.com/TitanEmbeds/Titan.git
				synced 2025-11-04 07:47:10 +01:00 
			
		
		
		
	Nav bar color style fix for safari browser, no longer pink gradient
This commit is contained in:
		@@ -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;
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user