From 6155c2e947357d67fe8fd0f572b2302ecb0c0108 Mon Sep 17 00:00:00 2001 From: Jordan Eldredge Date: Mon, 3 Dec 2018 20:33:45 -0800 Subject: [PATCH] Lighten button font weight --- src/App.css | 1 - 1 file changed, 1 deletion(-) diff --git a/src/App.css b/src/App.css index cbe0ea47..bf6efa05 100644 --- a/src/App.css +++ b/src/App.css @@ -54,7 +54,6 @@ button { padding-right: 1rem; outline: none; color: rgb(35, 41, 60); - font-weight: 550; cursor: pointer; border-left: 1px solid rgb(235, 255, 255); border-top: 1px solid rgb(235, 255, 255);