From b009efbd77c262c48742335fcdd02489d8ea0e1a Mon Sep 17 00:00:00 2001 From: Ben Stein-Lobovits Date: Thu, 4 Sep 2014 16:16:43 -0700 Subject: [PATCH] [FIX] button styling --- css/custom-landing.css | 5 +++++ index.html | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/css/custom-landing.css b/css/custom-landing.css index 97663a3c80..b578c829a9 100644 --- a/css/custom-landing.css +++ b/css/custom-landing.css @@ -54,6 +54,11 @@ button.api { padding: 6px 30px; font-size: 24px; letter-spacing: 2px; + background-color: #346AA9; +} + +button.api:hover { +background-color: #428bca; } @media (min-width: 992px) { diff --git a/index.html b/index.html index 9e93b05838..f2ef1de438 100644 --- a/index.html +++ b/index.html @@ -95,7 +95,7 @@ mixpanel.init("132d42885e094171f34467fc54da6fab");

Ripple is a protocol and distributed network for value exchange. You can issue value onto the Ripple Network by building a gateway or integrating your existing payment system with the Ripple network. If you'd like to build apps that allow people to exchange value you'll want to look at existing gateways.

-

+