Skip to content

Commit 95ef561

Browse files
committed
Don't gray out the icon
1 parent 27608ed commit 95ef561

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

templates/cams.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ <h3 style="color: {{ category.color }}">{{ category.title }}</h3>
88
<ul style="column-width: 180px; padding: 0;">
99
{% for cam in category.cam_set.all %}
1010
<li style="list-style: none;">
11-
<span style="color: {% if cam.offline_since %}#888888{% else %}{{ cam.bullet_color }}{% endif %}"></span>
11+
<span style="color: {{ cam.bullet_color }}"></span>
1212
<a style="color: {% if cam.offline_since %}#888888{% else %}{{ cam.title_color }}{% endif %}"
1313
href="{% url 'cam_full_detail' cam.slug %}">{{ cam.title }}</a>
1414
</li>

0 commit comments

Comments
 (0)