From 9862d6312916c31cfacd75564ce427e20b907807 Mon Sep 17 00:00:00 2001 From: Thomas Smith <49042513+tsmitty11@users.noreply.github.com> Date: Mon, 12 Sep 2022 11:36:47 -0400 Subject: [PATCH] Changed 'is' to white; --- src/layouts/index.html | 2 +- src/static/css/style.css | 2 ++ 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/src/layouts/index.html b/src/layouts/index.html index d9e5677..9b7067f 100644 --- a/src/layouts/index.html +++ b/src/layouts/index.html @@ -29,7 +29,7 @@
-

Keep what
is yours.

+

Keep what
is yours.

diff --git a/src/static/css/style.css b/src/static/css/style.css index f560e2c..7df25f9 100644 --- a/src/static/css/style.css +++ b/src/static/css/style.css @@ -215,6 +215,8 @@ hr{ } .impact-section{ + opacity: 0.5; + } .about-block{