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
부모 b55e6aac32
커밋 7b71cb575f
1개의 변경된 파일6개의 추가작업 그리고 2개의 파일을 삭제

파일 보기

@ -9,7 +9,7 @@
--------------------------------------------------------------*/
body {
background: #000;
color: #999;
color: #b5b5b5;
font-family: "Open Sans", sans-serif;
}
@ -516,7 +516,11 @@ body.mobile-nav-active #mobile-nav-toggle {
#about .about-portrait {
display: block;
margin: auto;
max-height: 30rem;
max-height: 35rem;
border-radius: 50%;
border-style: solid;
border-color: #111;
border-width: 10px;
}
/* Network Section