removed arbitrary flicker effect
This commit is contained in:
		@@ -140,21 +140,6 @@ http://aleclownes.com/2017/02/01/crt-display.html
 | 
			
		||||
  }
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
.crt::after {
 | 
			
		||||
  content: " ";
 | 
			
		||||
  display: block;
 | 
			
		||||
  position: absolute;
 | 
			
		||||
  top: 0;
 | 
			
		||||
  left: 0;
 | 
			
		||||
  bottom: auto;
 | 
			
		||||
  right: auto;
 | 
			
		||||
  background: rgba(18, 16, 16, 0.1);
 | 
			
		||||
  opacity: 0;
 | 
			
		||||
  z-index: 2;
 | 
			
		||||
  pointer-events: none;
 | 
			
		||||
  animation: flicker 3s infinite;
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
.crt-flicker {
 | 
			
		||||
  content: " ";
 | 
			
		||||
  display: block;
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user