apply shadow to everything, not just icons

This commit is contained in:
Henry Jameson 2025-08-14 17:58:04 +03:00
commit c7ad009496

View file

@ -205,12 +205,9 @@
line-height: 2em; line-height: 2em;
padding: 0.6em; padding: 0.6em;
margin: -0.6em; margin: -0.6em;
filter: drop-shadow(0 0 5em var(--profileTint))
.icon { drop-shadow(0 0 0.5em var(--profileTint))
filter: drop-shadow(0 0 5em var(--profileTint)) drop-shadow(0 0 0.2em var(--profileTint));
drop-shadow(0 0 0.5em var(--profileTint))
drop-shadow(0 0 0.2em var(--profileTint));
}
&.edit-banner-button { &.edit-banner-button {
width: auto; width: auto;