From f9801eac5cb74dc6a638fa85d9664f9cb749be0c Mon Sep 17 00:00:00 2001 From: Bady <bady@disroot.org> Date: Tue, 14 May 2019 10:43:05 +0530 Subject: [PATCH] Make contribute button prominent --- index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.html b/index.html index 59df226..9b0215c 100644 --- a/index.html +++ b/index.html @@ -105,7 +105,7 @@ <div class="progress-text"></div> <div class="row text-center" style="margin-bottom: 20px;"> - <a href="https://fund.poddery.com" style="margin-left:12px;"><button type="button" class="btn btn-success">CONTRIBUTE</button></a> + <a href="https://fund.poddery.com" style="margin-left:12px"><button type="button" class="btn btn-success" style="padding:10px 20px;background-color:#337aff;border:0">CONTRIBUTE NOW</button></a> </div> <div class="btn-group space"> <a class="btn" style="width:130px; margin-left:12px;" href="https://poddery.com/users/sign_in">LOGIN</a> -- GitLab