From ca5e017541ae46b5bb8884444560e9371ac62320 Mon Sep 17 00:00:00 2001 From: Kimberly Coleman Date: Thu, 23 Jul 2015 10:00:26 -0400 Subject: [PATCH] btn background colors added to css for new base install values --- style.css | 3 +++ 1 file changed, 3 insertions(+) diff --git a/style.css b/style.css index 740943e..76ce4e7 100644 --- a/style.css +++ b/style.css @@ -513,6 +513,9 @@ a.pmpro_btn:hover, .entry-footer a.pmpro_btn:hover, input[type="submit"].pmpro_b text-shadow: none; } .btn_link:hover {text-decoration: underline; } +.btn_primary, .btn_primary:link {background: #2C3E50; } +.btn_secondary, .btn_secondary:link {background: #18BC9C; } +.btn_action, .btn_action:link {background: #F39C12; } .btn_block, .btn_block:link {display: block; } .btn .fa {padding: 0 .5rem; }