From df253e23aa1ecfce20deaa038b97d4a0f69d9fe4 Mon Sep 17 00:00:00 2001 From: jayde225 <55716326+jayde225@users.noreply.github.com> Date: Wed, 2 Oct 2019 18:44:09 -0400 Subject: [PATCH] Changed colors and padding in Index file --- index.css | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/index.css b/index.css index 499b073..ffe1ffb 100644 --- a/index.css +++ b/index.css @@ -48,11 +48,11 @@ input[type="text"]:focus { /*refers to google search button*/ input[type="submit"] { - background-color: rgba(242, 242, 242); - padding: 10px 15px; + background-color: rgba(24, 24, 24); + padding: 15px 20px; font-size: 13px; border: none; - color: rgba(85, 89, 93); + color: rgba(82, 89, 93); margin: 4px; border-radius: 4px; cursor: pointer;