From 4df677d951cb259d555d0c87242c348e87aa72ac Mon Sep 17 00:00:00 2001 From: IrosTheBeggar Date: Mon, 5 Mar 2018 21:51:46 -0500 Subject: [PATCH] Better button styling --- public/css/master.css | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/public/css/master.css b/public/css/master.css index 5136b65..1dd9c49 100755 --- a/public/css/master.css +++ b/public/css/master.css @@ -537,17 +537,18 @@ h3 { } .btnx-group .buttonx { - background-color: #FF6600; + background-color: #D66A0C; border: none; color: white; - padding: 6px 16px; + padding: 4px 14px; text-align: center; text-decoration: none; display: inline-block; - font-size: 18px; + font-size: 17px; cursor: pointer; float: left; margin-bottom: 0px; + margin-top: 8px; border-right: 1px solid #333333; } @@ -577,5 +578,5 @@ h3 { right: 20px; } .btnx-group .buttonx:hover { - background-color: #e6461a; + background-color: #EF8341; }