mirror of
https://github.com/aquatix/digimarks.git
synced 2025-12-07 03:45:10 +01:00
'Starred' icons are now yellow
This commit is contained in:
@@ -88,7 +88,7 @@
|
|||||||
{% endif %}
|
{% endif %}
|
||||||
<a href="{{ bookmark.url }}" title="{{ bookmark.url }}" rel="noreferrer">
|
<a href="{{ bookmark.url }}" title="{{ bookmark.url }}" rel="noreferrer">
|
||||||
{% if bookmark.starred == True %}
|
{% if bookmark.starred == True %}
|
||||||
<i class="tiny material-icons">star</i>
|
<i class="tiny material-icons yellow-text">star</i>
|
||||||
{% endif %}
|
{% endif %}
|
||||||
{% if bookmark.title %}
|
{% if bookmark.title %}
|
||||||
{{ bookmark.title }}
|
{{ bookmark.title }}
|
||||||
|
|||||||
Reference in New Issue
Block a user