From 4b71a009e80a51b8fc26722276f59c320e72bf4a Mon Sep 17 00:00:00 2001 From: looskie <50378828+Looskie@users.noreply.github.com> Date: Fri, 25 Jun 2021 22:06:05 -0400 Subject: [PATCH] UI: Conrad wants this as a whitish --- pages/index.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pages/index.tsx b/pages/index.tsx index 4ea7181..7f005bd 100644 --- a/pages/index.tsx +++ b/pages/index.tsx @@ -108,7 +108,7 @@ const Title = styled.h1` font-size: 2.25em; font-weight: 600; margin: 5px 25px; - color: #191d28; + color: #cecece; `; const Paragraph = styled.p`