From 4ef178bacd9acd6e1746d5c50419dcb3e16ddd85 Mon Sep 17 00:00:00 2001 From: "Ethan N. Paul" Date: Fri, 10 Feb 2017 15:21:08 -0500 Subject: [PATCH] Testing new css button styling and link button layout --- new/css/style.css | 4 +-- new/index.html | 87 ++++++++++++++++------------------------------- 2 files changed, 32 insertions(+), 59 deletions(-) diff --git a/new/css/style.css b/new/css/style.css index 8db4557..7a95c71 100644 --- a/new/css/style.css +++ b/new/css/style.css @@ -322,10 +322,10 @@ a:focus { .btn-default:hover, .btn-default:focus { - border: 1px solid #42dca3; + border: 1px solid #fff; outline: 0; color: #000; - background-color: #42dca3; + background-color: #fff; } ul.banner-social-buttons { diff --git a/new/index.html b/new/index.html index 8d6ac4f..51f8514 100644 --- a/new/index.html +++ b/new/index.html @@ -39,6 +39,7 @@