mirror of
				https://github.com/jakejarvis/npqueue.git
				synced 2025-11-04 10:20:10 -05:00 
			
		
		
		
	
		
			
				
	
	
		
			36 lines
		
	
	
		
			559 B
		
	
	
	
		
			CSS
		
	
	
	
	
	
			
		
		
	
	
			36 lines
		
	
	
		
			559 B
		
	
	
	
		
			CSS
		
	
	
	
	
	
body {
 | 
						|
  font-size: 1em;
 | 
						|
  font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI",
 | 
						|
    "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans",
 | 
						|
    "Droid Sans", "Helvetica Neue", sans-serif,
 | 
						|
    "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
 | 
						|
  text-align: center;
 | 
						|
}
 | 
						|
 | 
						|
a {
 | 
						|
  color: #59289b;
 | 
						|
  text-decoration: none;
 | 
						|
}
 | 
						|
 | 
						|
a:hover {
 | 
						|
  text-decoration: underline;
 | 
						|
}
 | 
						|
 | 
						|
h1 {
 | 
						|
  font-size: 2.4em;
 | 
						|
}
 | 
						|
 | 
						|
h2 {
 | 
						|
  line-height: 0.6em;
 | 
						|
}
 | 
						|
 | 
						|
table {
 | 
						|
  width: 100%;
 | 
						|
  border-collapse: collapse;
 | 
						|
}
 | 
						|
 | 
						|
table, th, td {
 | 
						|
  border: 1px solid #000;
 | 
						|
  padding: 5px;
 | 
						|
}
 |