fixed index page

This commit is contained in:
sundae 2025-06-25 14:01:36 +03:00
parent b626e6265e
commit c091831537
No known key found for this signature in database
14 changed files with 44 additions and 22 deletions

View file

@ -126,7 +126,10 @@
color-mix(in lch, transparent, var(--secondary-500) 70%);
}
}
a:has(img[src*="/assets/img/button"]):is(:hover, :focus) img {
filter: drop-shadow(4px 6px 0 var(--secondary-500));
a:has(img[src*="/assets/img/button"]) {
background-color: unset;
&:is(:hover, :focus) img {
filter: drop-shadow(4px 6px 0 var(--primary-500));
}
}
}