mirror of
				https://codeberg.org/yeentown/barkey.git
				synced 2025-11-03 23:14:13 +00:00 
			
		
		
		
	always use black shadow in instance ticker #238
we know this looks decent because it's what the MkInstanceTicker already does
This commit is contained in:
		
							parent
							
								
									b3b89567ee
								
							
						
					
					
						commit
						e14a06cd16
					
				
					 1 changed files with 1 additions and 1 deletions
				
			
		| 
						 | 
				
			
			@ -50,7 +50,7 @@ const bg = {
 | 
			
		|||
	padding: 4px;
 | 
			
		||||
	overflow: clip;
 | 
			
		||||
	color: #fff;
 | 
			
		||||
	text-shadow: -1px -1px 0 var(--bg),1px -1px 0 var(--bg),-1px 1px 0 var(--bg),1px 1px 0 var(--bg)
 | 
			
		||||
	text-shadow: -1px -1px 0 #000,1px -1px 0 #000,-1px 1px 0 #000,1px 1px 0 #000;
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
.icon {
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		
		Reference in a new issue