Skip to content

Commit

Permalink
Reduced opacity of album name in playlist-list template
Browse files Browse the repository at this point in the history
  • Loading branch information
siznax committed Jun 23, 2021
1 parent c63b092 commit c047831
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Moo/play/templates/playlist-list.html
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@
</tr>
<tr>
<td colspan="3" style="padding-bottom: 4px">
<i>{{ item.album }}</i>
<i style="opacity: 0.25">{{ item.album }}</i>
</td>
</tr>
{% endfor %}
Expand Down

0 comments on commit c047831

Please sign in to comment.