From 0a41f1495cadc63a5247528cfbad33760bfad56a Mon Sep 17 00:00:00 2001 From: john-emerson14 Date: Sat, 21 Mar 2020 13:56:31 -0300 Subject: [PATCH] style: change colors --- style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/style.css b/style.css index 2265b14..96541a3 100644 --- a/style.css +++ b/style.css @@ -1,8 +1,8 @@ @import url('https://fonts.googleapis.com/css?family=Karla:400,700&display=swap'); :root { - --bgColor: white; - --accentColor: #39e09b; + --bgColor: #1C1C1C; + --accentColor: #E6E6E6; --font: 'Karla', sans-serif; }