From ca2e6e65c5b1584706c5ec85079562c1b22b39f9 Mon Sep 17 00:00:00 2001 From: LuvGulati <20269308+LuvGulati@users.noreply.github.com> Date: Sun, 28 Oct 2018 12:19:19 +0530 Subject: [PATCH] some color changes --- src/styles/App.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/styles/App.css b/src/styles/App.css index e4e49e4..0d795f7 100644 --- a/src/styles/App.css +++ b/src/styles/App.css @@ -6,7 +6,7 @@ border: none; font-family: Lato; font-size: 2em; - color: white; + color: yellow; padding-left: 20px; padding-right: 20px; transition: background-color 0.2s;