From 04b253a11969b62547f0ac820dc5078bbba364b4 Mon Sep 17 00:00:00 2001 From: Paul Sauve Date: Tue, 25 Jun 2019 16:03:31 -0500 Subject: [PATCH] Update global.css --- public/global.css | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/public/global.css b/public/global.css index 9d682a3..deaa4cf 100644 --- a/public/global.css +++ b/public/global.css @@ -48,6 +48,7 @@ input[type="range"] { } button { + color: #333; background-color: #f4f4f4; outline: none; } @@ -58,4 +59,4 @@ button:active { button:focus { border-color: #666; -} \ No newline at end of file +}