CSS tweaks, primarily for about page, but also adjust default color

This commit is contained in:
Ethan Paul 2019-11-20 22:34:49 -05:00
parent b55e6aac32
commit 7b71cb575f
1 changed files with 6 additions and 2 deletions

View File

@ -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