mirror of
				https://codeberg.org/yeentown/barkey.git
				synced 2025-11-04 07:24:13 +00:00 
			
		
		
		
	🎨
This commit is contained in:
		
							parent
							
								
									e14760775b
								
							
						
					
					
						commit
						88a75e2a99
					
				
					 1 changed files with 3 additions and 3 deletions
				
			
		| 
						 | 
					@ -388,7 +388,7 @@ a {
 | 
				
			||||||
}
 | 
					}
 | 
				
			||||||
 | 
					
 | 
				
			||||||
@keyframes blink {
 | 
					@keyframes blink {
 | 
				
			||||||
	0% { opacity: 1; }
 | 
						0% { opacity: 1; transform: scale(1); }
 | 
				
			||||||
	30% { opacity: 1; }
 | 
						30% { opacity: 1; transform: scale(1); }
 | 
				
			||||||
	90% { opacity: 0; }
 | 
						90% { opacity: 0; transform: scale(0); }
 | 
				
			||||||
}
 | 
					}
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
	Add table
		
		Reference in a new issue