From 3409a73c73a56daf905fb8b54fe78fc70e51ace5 Mon Sep 17 00:00:00 2001 From: Joshua Shoemaker Date: Sat, 8 Aug 2020 11:23:21 -0500 Subject: [PATCH] style: removed global black background --- src/views/App.css | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/views/App.css b/src/views/App.css index da9761b..cfae689 100644 --- a/src/views/App.css +++ b/src/views/App.css @@ -5,8 +5,6 @@ body { sans-serif; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; - color: white; - background-color: rgb(39, 39, 39); } code {