minor style consolidation
This commit is contained in:
parent
5f781ec0f1
commit
5d04593a47
1 changed files with 4 additions and 4 deletions
|
|
@ -502,7 +502,7 @@ body {
|
||||||
height: 220px;
|
height: 220px;
|
||||||
object-fit: cover;
|
object-fit: cover;
|
||||||
border-bottom: 3px solid var(--accent-yellow);
|
border-bottom: 3px solid var(--accent-yellow);
|
||||||
filter: grayscale(30%);
|
filter: grayscale(100%);
|
||||||
transition: all 0.3s ease;
|
transition: all 0.3s ease;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
@ -619,7 +619,7 @@ button {
|
||||||
object-fit: cover;
|
object-fit: cover;
|
||||||
border: 2px solid var(--accent-grey);
|
border: 2px solid var(--accent-grey);
|
||||||
margin-bottom: 1rem;
|
margin-bottom: 1rem;
|
||||||
filter: grayscale(30%);
|
filter: grayscale(100%);
|
||||||
transition: all 0.3s ease;
|
transition: all 0.3s ease;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
@ -761,7 +761,7 @@ button {
|
||||||
height: 320px;
|
height: 320px;
|
||||||
object-fit: cover;
|
object-fit: cover;
|
||||||
cursor: pointer;
|
cursor: pointer;
|
||||||
filter: grayscale(30%);
|
filter: grayscale(100%);
|
||||||
transition: all 0.3s ease;
|
transition: all 0.3s ease;
|
||||||
display: block;
|
display: block;
|
||||||
}
|
}
|
||||||
|
|
@ -1603,7 +1603,7 @@ button {
|
||||||
height: 100%;
|
height: 100%;
|
||||||
background-size: cover;
|
background-size: cover;
|
||||||
background-position: center;
|
background-position: center;
|
||||||
opacity: 0.15;
|
opacity: 0.4;
|
||||||
filter: blur(40px);
|
filter: blur(40px);
|
||||||
z-index: 0;
|
z-index: 0;
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue