Darken
This commit is contained in:
		
							parent
							
								
									716b41107b
								
							
						
					
					
						commit
						a0a2335c16
					
				
					 1 changed files with 1 additions and 1 deletions
				
			
		| 
						 | 
					@ -91,7 +91,7 @@ root(isDark)
 | 
				
			||||||
 | 
					
 | 
				
			||||||
	> .banner
 | 
						> .banner
 | 
				
			||||||
		height 100px
 | 
							height 100px
 | 
				
			||||||
		background-color #f5f5f5
 | 
							background-color isDark ? #303e4a : #f5f5f5
 | 
				
			||||||
		background-size cover
 | 
							background-size cover
 | 
				
			||||||
		background-position center
 | 
							background-position center
 | 
				
			||||||
		cursor pointer
 | 
							cursor pointer
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue