Skip to content

Commit 1050a46

Browse files
committed
More fixes
1 parent 9219f03 commit 1050a46

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

templates/cams.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,12 +24,12 @@ <h3 style="color: {{ category.color }}; margin-bottom: 0.5rem;">{{ category.titl
2424
text-decoration: none;
2525
transition: border-color 0.2s"
2626
href="{% url 'cam_full_detail' cam.slug %}">
27-
{{ cam.title }} <span style="color: {{ cam.bullet_color }}"></span>
27+
{{ cam.title }}
2828
<div style="font-size: 0.65rem;">
2929
{% if cam.offline_since %}
3030
<span style="color: #888;">offline {{ cam.offline_since|timesince }}</span>
3131
{% else %}
32-
<span style="color: #55AB68;">online</span>
32+
<span style="color: {{ cam.bullet_color }}">{{ cam.subtitle }}</span>
3333
{% endif %}
3434
</div>
3535
</a>

0 commit comments

Comments
 (0)