This commit is contained in:
+19
-5
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user