CSS tweaks, primarily for about page, but also adjust default color
This commit is contained in:
		@@ -9,7 +9,7 @@
 | 
				
			|||||||
--------------------------------------------------------------*/
 | 
					--------------------------------------------------------------*/
 | 
				
			||||||
body {
 | 
					body {
 | 
				
			||||||
  background: #000;
 | 
					  background: #000;
 | 
				
			||||||
  color: #999;
 | 
					  color: #b5b5b5;
 | 
				
			||||||
  font-family: "Open Sans", sans-serif;
 | 
					  font-family: "Open Sans", sans-serif;
 | 
				
			||||||
}
 | 
					}
 | 
				
			||||||
 | 
					
 | 
				
			||||||
@@ -516,7 +516,11 @@ body.mobile-nav-active #mobile-nav-toggle {
 | 
				
			|||||||
#about .about-portrait {
 | 
					#about .about-portrait {
 | 
				
			||||||
  display: block;
 | 
					  display: block;
 | 
				
			||||||
  margin: auto;
 | 
					  margin: auto;
 | 
				
			||||||
  max-height: 30rem;
 | 
					  max-height: 35rem;
 | 
				
			||||||
 | 
					  border-radius: 50%;
 | 
				
			||||||
 | 
					  border-style: solid;
 | 
				
			||||||
 | 
					  border-color: #111;
 | 
				
			||||||
 | 
					  border-width: 10px;
 | 
				
			||||||
}
 | 
					}
 | 
				
			||||||
 | 
					
 | 
				
			||||||
/* Network Section
 | 
					/* Network Section
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user