From 7b71cb575f060f20d2bc4d51857b2657cf57eb0b Mon Sep 17 00:00:00 2001 From: Ethan Paul Date: Wed, 20 Nov 2019 22:34:49 -0500 Subject: [PATCH] CSS tweaks, primarily for about page, but also adjust default color --- css/style.css | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/css/style.css b/css/style.css index bc30734..360fb6b 100644 --- a/css/style.css +++ b/css/style.css @@ -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