minor style consolidation

This commit is contained in:
sakrecoer 2026-08-06 08:31:21 +02:00
parent 5f781ec0f1
commit 5d04593a47

View file

@ -502,7 +502,7 @@ body {
height: 220px;
object-fit: cover;
border-bottom: 3px solid var(--accent-yellow);
filter: grayscale(30%);
filter: grayscale(100%);
transition: all 0.3s ease;
}
@ -619,7 +619,7 @@ button {
object-fit: cover;
border: 2px solid var(--accent-grey);
margin-bottom: 1rem;
filter: grayscale(30%);
filter: grayscale(100%);
transition: all 0.3s ease;
}
@ -761,7 +761,7 @@ button {
height: 320px;
object-fit: cover;
cursor: pointer;
filter: grayscale(30%);
filter: grayscale(100%);
transition: all 0.3s ease;
display: block;
}
@ -1603,7 +1603,7 @@ button {
height: 100%;
background-size: cover;
background-position: center;
opacity: 0.15;
opacity: 0.4;
filter: blur(40px);
z-index: 0;
}