✨ Add Spotify support
This commit is contained in:
@@ -1193,6 +1193,10 @@ video {
|
||||
background: linear-gradient(120deg, #ff8800, #ff3300);
|
||||
}
|
||||
|
||||
.link-spotify {
|
||||
background-color: #1db954;
|
||||
}
|
||||
|
||||
.link-steam {
|
||||
background-color: #000;
|
||||
}
|
||||
|
||||
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user