45 lines
		
	
	
		
			660 B
		
	
	
	
		
			CSS
		
	
	
	
			
		
		
	
	
			45 lines
		
	
	
		
			660 B
		
	
	
	
		
			CSS
		
	
	
	
| #games{
 | |
|     width: 60%;
 | |
|     margin: auto auto 30px;
 | |
| }
 | |
| 
 | |
| #games h2, #games h3, #games h4, #games h5, #games h6 {
 | |
|     text-transform: none;
 | |
|     cursor: unset;
 | |
| }
 | |
| 
 | |
| #games h1, #games details summary.h1{
 | |
|     font-size: 60px;
 | |
|     cursor: unset;
 | |
| }
 | |
| 
 | |
| #games h2, #games details summary.h2{
 | |
|     color: #93dcff;
 | |
|     margin-bottom: 2px;
 | |
|     text-transform: none;
 | |
| }
 | |
| 
 | |
| #games a{
 | |
|     font-size: 16px;
 | |
| }
 | |
| 
 | |
| #games .link-spacer{
 | |
|     margin: 0 6px;
 | |
|     color: #fffc95;
 | |
| }
 | |
| 
 | |
| #games p{
 | |
|     line-height: 25px;
 | |
|     margin-bottom: 7px;
 | |
| }
 | |
| 
 | |
| #games .page-controls{
 | |
|     display: flex;
 | |
|     flex-direction: row;
 | |
|     margin-top: 0.25rem;
 | |
| }
 | |
| 
 | |
| #games .page-controls button{
 | |
|     margin-left: 0.5rem;
 | |
| }
 |