From 4792df85db5e8b5750e8041962fa268e102db55f Mon Sep 17 00:00:00 2001 From: Ethan Paul Date: Fri, 1 Apr 2022 22:27:12 -0400 Subject: [PATCH] Improve readability of the about page --- css/style.css | 14 ++++---------- 1 file changed, 4 insertions(+), 10 deletions(-) diff --git a/css/style.css b/css/style.css index d6d8c76..b0c178b 100644 --- a/css/style.css +++ b/css/style.css @@ -500,7 +500,7 @@ body.mobile-nav-active #mobile-nav-toggle { } #about .about-title { - color: #bababa; + color: #fff; font-weight: 600; font-size: 20px; } @@ -844,15 +844,9 @@ 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; -} +#about-content { text-shadow: 2px 2px 4px #000; } + +#about-content p { color: #fff; } /*-------------------------------------------------------------- # Footer