update music api to listenbrainz
Deploy website / deploy (push) Successful in 3m1s

This commit is contained in:
2026-06-15 21:56:41 +01:00
parent af5116d931
commit cb7ec029eb
12 changed files with 215 additions and 81 deletions
+19 -5
View File
@@ -43,7 +43,7 @@
transform: scale(1.1) rotate(-5deg);
}
#spotify {
#listenbrainz {
background-image: none;
backdrop-filter: blur(2px) brightness(0.6);
border: var(--secondary-background-color) 2px solid;
@@ -58,8 +58,8 @@
flex-direction: column;
}
#spotify-title {
font-size: 1.5rem;
#listenbrainz-title {
font-size: 1.2rem;
font-weight: 900;
margin: 0;
padding: 0;
@@ -67,15 +67,29 @@
color: white;
}
#spotify-artist {
#listenbrainz-artist {
color: white;
font-size: 1rem;
font-size: 0.7rem;
font-weight: 900;
margin: 0;
padding: 0;
mix-blend-mode: difference;
}
#listenbrainz-live {
color: white;
font-size: 0.6rem;
font-weight: 900;
margin: 0;
padding: 0;
margin-top: auto;
margin-left: auto;
background-color: gray;
border-radius: 30px;
padding: 2px 6px;
font-family: var(--ultrafont-font);
}
#button-collection {
display: flex;
flex-direction: row;