aboutsummaryrefslogtreecommitdiffstats
path: root/view/tpl/item_categories.tpl
diff options
context:
space:
mode:
authorMario Vavti <mario@mariovavti.com>2017-07-02 11:24:17 +0200
committerMario Vavti <mario@mariovavti.com>2017-07-02 11:24:17 +0200
commit133292e241f9408ff793aa95aceec00c808fbd68 (patch)
tree0bddfc473649a96048465f78e9033c2f43669110 /view/tpl/item_categories.tpl
parent0e100a864bdb920a5268a44fc4f3c92834e172c8 (diff)
downloadvolse-hubzilla-133292e241f9408ff793aa95aceec00c808fbd68.tar.gz
volse-hubzilla-133292e241f9408ff793aa95aceec00c808fbd68.tar.bz2
volse-hubzilla-133292e241f9408ff793aa95aceec00c808fbd68.zip
update bs-dev and min version bump
Diffstat (limited to 'view/tpl/item_categories.tpl')
-rw-r--r--view/tpl/item_categories.tpl2
1 files changed, 1 insertions, 1 deletions
diff --git a/view/tpl/item_categories.tpl b/view/tpl/item_categories.tpl
index e1b183c0d..fa07fa39f 100644
--- a/view/tpl/item_categories.tpl
+++ b/view/tpl/item_categories.tpl
@@ -1,7 +1,7 @@
{{if $categories}}
<!--div class="categorytags"-->
{{foreach $categories as $cat}}
-<span class="item-category badge badge-pill badge-warning"><i class="fa fa-asterisk"></i>&nbsp;{{if $cat.url}}<a class="text-white" href="{{$cat.url}}">{{$cat.term}}</a>{{else}}{{$cat.term}}{{/if}}</span>
+<span class="item-category badge badge-pill badge-warning"><i class="fa fa-asterisk"></i>&nbsp;{{if $cat.url}}<a class="text-dark" href="{{$cat.url}}">{{$cat.term}}</a>{{else}}{{$cat.term}}{{/if}}</span>
{{/foreach}}
<!--/div-->
{{/if}}