From 4d4909d49266bd585f9e2b50e2a396a6d96dba16 Mon Sep 17 00:00:00 2001 From: zyqunix Date: Sun, 8 Dec 2024 18:35:14 +0100 Subject: [PATCH] dropshadow for icons --- bio/README.md | 1 - bio/style.css | 6 +++++- 2 files changed, 5 insertions(+), 2 deletions(-) delete mode 100644 bio/README.md diff --git a/bio/README.md b/bio/README.md deleted file mode 100644 index ee3294e..0000000 --- a/bio/README.md +++ /dev/null @@ -1 +0,0 @@ -fuck the haters :middlefinger: \ No newline at end of file diff --git a/bio/style.css b/bio/style.css index b425225..d84c41b 100644 --- a/bio/style.css +++ b/bio/style.css @@ -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; } @@ -379,4 +379,8 @@ button { height: 99.9%; position: absolute; z-index: 0; +} + +svg { + filter: drop-shadow(#cccccc 0.4px 0 7px) !important; } \ No newline at end of file