Merge branch 'misc-style-fixes-or-changes' into shigusegubu-themes3

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

View file

@ -205,11 +205,12 @@
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))
drop-shadow(0 0 0.5em var(--profileTint))
drop-shadow(0 0 0.2em var(--profileTint));
.icon { &.edit-banner-button {
filter: drop-shadow(0 0 5em var(--profileTint)) width: auto;
drop-shadow(0 0 0.5em var(--profileTint))
drop-shadow(0 0 0.2em var(--profileTint));
} }
&:hover .icon { &:hover .icon {