Add Spotify support

This commit is contained in:
James Panther
2023-11-27 19:55:14 +11:00
parent a96af5f14b
commit e4141f4f78
5 changed files with 11 additions and 1 deletions

View File

@@ -1193,6 +1193,10 @@ video {
background: linear-gradient(120deg, #ff8800, #ff3300);
}
.link-spotify {
background-color: #1db954;
}
.link-steam {
background-color: #000;
}