Compare commits

...

3 commits

Author SHA1 Message Date
Henry Jameson
242de86c35 Merge branch 'misc-style-fixes-or-changes' into shigusegubu-themes3 2025-08-14 17:58:17 +03:00
Henry Jameson
c7ad009496 apply shadow to everything, not just icons 2025-08-14 17:58:04 +03:00
Henry Jameson
f0250ffc52 fix edit banner button 2025-08-14 17:57:38 +03:00

View file

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