mirror of
				https://github.com/bigskysoftware/htmx.git
				synced 2025-11-04 07:24:06 +00:00 
			
		
		
		
	Add background-color to body element (#1607)
This commit is contained in:
		
							parent
							
								
									65bd1e15b2
								
							
						
					
					
						commit
						4645ab0920
					
				@ -9,6 +9,7 @@ body {
 | 
				
			|||||||
  line-height: 1.5em;
 | 
					  line-height: 1.5em;
 | 
				
			||||||
  font-size: 16px;
 | 
					  font-size: 16px;
 | 
				
			||||||
  color: #333;
 | 
					  color: #333;
 | 
				
			||||||
 | 
					  background-color: white;
 | 
				
			||||||
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen",
 | 
					  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen",
 | 
				
			||||||
    "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif !important;
 | 
					    "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif !important;
 | 
				
			||||||
}
 | 
					}
 | 
				
			||||||
 | 
				
			|||||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user