mirror of
				https://github.com/KevinMidboe/planetposen.git
				synced 2025-10-29 17:50:32 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			21 lines
		
	
	
		
			241 B
		
	
	
	
		
			SCSS
		
	
	
	
	
	
			
		
		
	
	
			21 lines
		
	
	
		
			241 B
		
	
	
	
		
			SCSS
		
	
	
	
	
	
 | 
						|
body {
 | 
						|
  margin: 0;
 | 
						|
  padding: 0;
 | 
						|
}
 | 
						|
 | 
						|
a {
 | 
						|
  text-decoration: none;
 | 
						|
  color: inherit;
 | 
						|
}
 | 
						|
 | 
						|
button {
 | 
						|
  cursor: pointer;
 | 
						|
  -webkit-appearance: unset;
 | 
						|
  margin: 0;
 | 
						|
  font-family: inherit;
 | 
						|
 | 
						|
  // disable-dbl-tap-zoom
 | 
						|
  touch-action: manipulation;
 | 
						|
}
 |