diff --git a/site/index.html b/site/index.html index d2a0136..539632c 100644 --- a/site/index.html +++ b/site/index.html @@ -308,6 +308,20 @@ color: #887a3a; } + /* Download link */ + .track-dl { + font-size: 14px; + color: #444; + text-decoration: none; + flex-shrink: 0; + padding: 4px; + transition: color 0.15s; + } + + .track-dl:hover { + color: #c8a846; + } + /* Share link */ .track-share { font-size: 12px; @@ -477,6 +491,7 @@ TRACKS.forEach((t, i) => {
${meta}
${t.desc}
+ `; el.onclick = () => playTrack(i);