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 {