play buttons styling adjustments

main 1.0
Alina Marquardt 2025-05-16 14:46:33 +02:00
parent 86580c51a9
commit 522b10bfa5
1 changed files with 2 additions and 2 deletions

View File

@ -742,7 +742,7 @@ div.opaque h2 span.halfbubble {
background-image: url('img/play-btn.svg');
background-position: center center;
background-repeat: no-repeat;
background-size: 80px 80px;
background-size: 72px 72px;
box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.3);
}
@ -903,7 +903,7 @@ article.album a:hover {
height: 100%;
background-position: center center;
background-repeat: no-repeat;
background-size: contain;
background-size: 90%;
pointer-events: none; /* so it doesnt block clicks */
}