Skip to content

Commit c047831

Browse files
committed
Reduced opacity of album name in playlist-list template
1 parent c63b092 commit c047831

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Moo/play/templates/playlist-list.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@
9393
</tr>
9494
<tr>
9595
<td colspan="3" style="padding-bottom: 4px">
96-
<i>{{ item.album }}</i>
96+
<i style="opacity: 0.25">{{ item.album }}</i>
9797
</td>
9898
</tr>
9999
{% endfor %}

0 commit comments

Comments
 (0)