Tweak css on /np

This commit is contained in:
Laura Hausmann 2022-11-20 23:19:09 +01:00
parent 8ec8a503a6
commit c93518845b
Signed by: zotan
GPG key ID: D044E84C5BE01605

View file

@ -10,13 +10,13 @@
<p>Here you can see what kind of music I've been listening to lately. This table is updated every couple minutes from multiple data sources.</p>
<p style="background-color:#333; padding:5px 7px;">Links to my music library / webplayer are accessible to authorized users only. If you think this includes you, but something isn't working, <a href="/#contact">DM me</a>.</p>
<h3>>> <span style="color:#eaeaea;">Albums</span></h3>
<h3 style="margin-bottom: 0">>> <span style="color:#eaeaea;">Albums</span></h3>
<table>
<th style="width:10ch">Date</th>
<th>Artist</th>
<th>Album</th>
<th style="width:12ch">Link</th>
@foreach (var album in albums.Take(25)) {
@foreach (var album in albums.Take(50)) {
<tr>
<td>@album.DateTime.ToString("yyyy-MM-dd")</td>
<td>@album.Artist</td>