dropshadow for icons

This commit is contained in:
zyqunix 2024-12-08 18:35:14 +01:00
parent 34dd6e7cda
commit 4d4909d492
2 changed files with 5 additions and 2 deletions

View file

@ -1 +0,0 @@
fuck the haters :middlefinger:

View file

@ -167,7 +167,7 @@ html, body {
.dci, .igi, .lki, .bci, .eti, .lci, .xmi {
pointer-events: all;
transition: 0.2s;
transition: transform 0.2s;
width: 2.75em;
height: 2.75em;
}
@ -380,3 +380,7 @@ button {
position: absolute;
z-index: 0;
}
svg {
filter: drop-shadow(#cccccc 0.4px 0 7px) !important;
}