improved visibility of items on music page

This commit is contained in:
ari melody 2023-11-21 14:03:24 +00:00
parent 49e0b4dfc8
commit 3fe7f28bd2
Signed by: ari
GPG key ID: CF99829C92678188
2 changed files with 4 additions and 7 deletions

View file

@ -4,8 +4,9 @@ a.music {
display: flex;
flex-direction: row;
gap: 1.5em;
border: 1px solid #222;
border-radius: 4px;
background-color: #ffffff04;
background-color: #ffffff08;
transition: background-color .1s;
text-decoration: none;
}
@ -104,7 +105,6 @@ h3.music-type-upcoming {
h2.question {
margin: 1rem 0;
padding: 1rem 1.5rem;
background-color: #ffffff04;
border-radius: 4px;
cursor: pointer;
}
@ -112,7 +112,6 @@ h2.question {
.collapse {
margin: -1rem 0 1rem 0;
padding: .5em 1.5em;
background-color: #ffffff04;
border-radius: 4px;
}