1
0
mirror of https://github.com/aquatix/digimarks.git synced 2025-12-06 23:05:10 +01:00

'Starred' icons are now yellow

This commit is contained in:
2016-07-23 21:37:50 +02:00
parent a6eca5e656
commit f31b4c8d34

View File

@@ -88,7 +88,7 @@
{% endif %}
<a href="{{ bookmark.url }}" title="{{ bookmark.url }}" rel="noreferrer">
{% if bookmark.starred == True %}
<i class="tiny material-icons">star</i>
<i class="tiny material-icons yellow-text">star</i>
{% endif %}
{% if bookmark.title %}
{{ bookmark.title }}