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;
}

View File

@@ -11,7 +11,7 @@
/* Links */
.link {
@apply bg-primary-700 text-white hover:brightness-90;
@apply text-white bg-primary-700 hover:brightness-90;
}
.link-amazon {
@@ -103,6 +103,9 @@
background-color: #ff8800;
background: linear-gradient(120deg, #ff8800, #ff3300);
}
.link-spotify {
background-color: #1db954;
}
.link-steam {
background-color: #000;
}