From 858c0165021a7a053199bd9382c1a398cdb97a3f Mon Sep 17 00:00:00 2001 From: Ethan Paul <24588726+enpaul@users.noreply.github.com> Date: Mon, 23 Nov 2020 17:21:19 -0500 Subject: [PATCH] Update about page css to improve readability --- about/index.html | 2 +- css/style.css | 12 +++++++++++- 2 files changed, 12 insertions(+), 2 deletions(-) diff --git a/about/index.html b/about/index.html index f73ee77..0cc1d17 100644 --- a/about/index.html +++ b/about/index.html @@ -99,7 +99,7 @@
Ethan N. Paul
-
+

Who I Am

My name is Ethan Paul, and I am an engineer working in tech! I graduated as a part of diff --git a/css/style.css b/css/style.css index 85cd5f5..d6d8c76 100644 --- a/css/style.css +++ b/css/style.css @@ -519,7 +519,7 @@ body.mobile-nav-active #mobile-nav-toggle { max-height: 35rem; border-radius: 50%; border-style: solid; - border-color: #111; + border-color: rgba(17, 17, 17, 0.6); border-width: 10px; } @@ -844,6 +844,16 @@ body.mobile-nav-active #mobile-nav-toggle { text-align: center; } +#about-content { + background-color: rgba(17, 17, 17, 0.7); + padding-top: 1em; + padding-bottom: 1em; + margin-top: 1em; + margin-bottom: 1em; + border-radius: 1em; + color: #d3d3d3; +} + /*-------------------------------------------------------------- # Footer --------------------------------------------------------------*/