From 3c634d9f66ca39debd1f9946f07094634109d0fa Mon Sep 17 00:00:00 2001 From: Omar Roth Date: Sat, 20 Oct 2018 13:47:20 -0500 Subject: [PATCH] Update styling for subscribe buttons --- assets/css/default.css | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/assets/css/default.css b/assets/css/default.css index 0582ea58..a7496981 100644 --- a/assets/css/default.css +++ b/assets/css/default.css @@ -22,8 +22,14 @@ div { padding-right: 10px; } -.pure-button-primary { - background: rgba(0, 182, 240, 1); +a.pure-button-primary { + background-color: #a0a0a0; + color: rgba(35, 35, 35, 1); +} + +a.pure-button-primary:hover { + background-color: rgba(0, 182, 240, 1); + color: #fff; } /*