This commit is contained in:
parent
6e0183e295
commit
65ffae5071
3 changed files with 12 additions and 8 deletions
|
|
@ -12,13 +12,16 @@
|
|||
|
||||
|
||||
figure{
|
||||
|
||||
border-radius: var(--radius-small);
|
||||
background-color: var(--color-accent);
|
||||
// border: 1px solid var(--color-accent);
|
||||
// opacity: 0.9;
|
||||
|
||||
img{
|
||||
mix-blend-mode: multiply;
|
||||
filter: grayscale(1) brightness(1.2);
|
||||
}
|
||||
opacity: 0.8;
|
||||
filter: grayscale(1);
|
||||
}
|
||||
|
||||
|
||||
}
|
||||
|
||||
.content{
|
||||
|
|
|
|||
|
|
@ -1890,11 +1890,12 @@ button.sort[data-sort-type=up] .arrow {
|
|||
transition: cubic-bezier(0.175, 0.885, 0.32, 1.275) 0.5s;
|
||||
}
|
||||
.card--folder figure {
|
||||
border-radius: var(--radius-small);
|
||||
background-color: var(--color-accent);
|
||||
}
|
||||
.card--folder figure img {
|
||||
mix-blend-mode: multiply;
|
||||
filter: grayscale(1) brightness(1.2);
|
||||
opacity: 0.8;
|
||||
filter: grayscale(1);
|
||||
}
|
||||
.card--folder .content {
|
||||
display: flex;
|
||||
|
|
|
|||
File diff suppressed because one or more lines are too long
Loading…
Add table
Add a link
Reference in a new issue