From 05c01ebd3c07b3efe9d886b6ecd6b6e7d6acd2d0 Mon Sep 17 00:00:00 2001 From: Blade Barringer Date: Sun, 7 Dec 2014 21:01:40 -0600 Subject: [PATCH] Made glyphicons white on for challenge/guild join/leave buttons --- public/css/challenges.styl | 3 +++ 1 file changed, 3 insertions(+) diff --git a/public/css/challenges.styl b/public/css/challenges.styl index 5514b056bd..65a970dd12 100644 --- a/public/css/challenges.styl +++ b/public/css/challenges.styl @@ -9,6 +9,9 @@ ul.challenge-accordion-header-specs &.bg-transparent background-color: transparent; + .glyphicon + color: white; + #create-challenge-btn margin-bottom: 10px