From 244dbe738fa53e7371b48ffcfad4a6cd84d873e8 Mon Sep 17 00:00:00 2001 From: psychobunny Date: Sun, 22 Mar 2015 14:43:55 -0400 Subject: [PATCH] added a hack from lavender, until we build component toglging --- less/topic.less | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/less/topic.less b/less/topic.less index 4081e52..132ae29 100644 --- a/less/topic.less +++ b/less/topic.less @@ -84,6 +84,15 @@ color: @gray-dark; } } + + // temporary until we build component toggling + .favourite.btn-warning, .follow.btn-success { + background: white !important; + color: #333; + &:hover { + background: @brand-primary !important; + } + } } .tags {