mirror of
https://github.com/aquatix/digimarks.git
synced 2025-12-06 22:05:09 +01:00
'Starred' icons are now yellow
This commit is contained in:
@@ -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 }}
|
||||
|
||||
Reference in New Issue
Block a user