--------- Co-authored-by: codacy-production[bot] <61871480+codacy-production[bot]@users.noreply.github.com>
		
			
				
	
	
		
			15 lines
		
	
	
	
		
			213 B
		
	
	
	
		
			CSS
		
	
	
	
	
	
			
		
		
	
	
			15 lines
		
	
	
	
		
			213 B
		
	
	
	
		
			CSS
		
	
	
	
	
	
html {
 | 
						|
    color-scheme: dark;
 | 
						|
}
 | 
						|
 | 
						|
body {
 | 
						|
    font-family: sans-serif;
 | 
						|
    margin: 0;
 | 
						|
    margin-left: 10px;
 | 
						|
    color: #ddd;
 | 
						|
    background-color: #333;
 | 
						|
}
 | 
						|
 | 
						|
table.gb-entry_details tr td {
 | 
						|
    padding-right: 5px;
 | 
						|
}
 |