static: use alternating colors on table
This commit is contained in:
		
							parent
							
								
									54130889e9
								
							
						
					
					
						commit
						697d651feb
					
				
					 1 changed files with 9 additions and 0 deletions
				
			
		| 
						 | 
					@ -24,6 +24,15 @@ table {
 | 
				
			||||||
  border-spacing: 0pt;
 | 
					  border-spacing: 0pt;
 | 
				
			||||||
}
 | 
					}
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					table tr:nth-child(odd) td {
 | 
				
			||||||
 | 
					  background:#1e1f1a;
 | 
				
			||||||
 | 
					}
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					table tr:nth-child(even) td {
 | 
				
			||||||
 | 
					  background:#171812;
 | 
				
			||||||
 | 
					}
 | 
				
			||||||
 | 
					
 | 
				
			||||||
#flexbox-container {
 | 
					#flexbox-container {
 | 
				
			||||||
  display: flex;
 | 
					  display: flex;
 | 
				
			||||||
  flex-direction: column;
 | 
					  flex-direction: column;
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue