From 4915d05855d38acfacc4fe306dcb1532f59c28f2 Mon Sep 17 00:00:00 2001 From: Cade Scroggins Date: Thu, 15 Nov 2018 08:22:34 -0800 Subject: [PATCH] update colors --- index.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/index.html b/index.html index 4664436..b53ec6b 100644 --- a/index.html +++ b/index.html @@ -92,8 +92,8 @@ @import url('https://fonts.googleapis.com/css?family=Lato:400,900'); :root { - --color0: rgb(44, 47, 50); - --color15: rgb(205, 208, 215); + --color0: #21252F; + --color15: #C4C9D2; } body {