css: unapply redundant bg on section
This commit is contained in:
		@@ -11,8 +11,7 @@ html {
 | 
				
			|||||||
  width: 100vw;
 | 
					  width: 100vw;
 | 
				
			||||||
}
 | 
					}
 | 
				
			||||||
 | 
					
 | 
				
			||||||
body,
 | 
					body {
 | 
				
			||||||
section {
 | 
					 | 
				
			||||||
  margin: 0;
 | 
					  margin: 0;
 | 
				
			||||||
  box-sizing: border-box;
 | 
					  box-sizing: border-box;
 | 
				
			||||||
  background-color: var(--light);
 | 
					  background-color: var(--light);
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user