blur and hide icon

This commit is contained in:
nelle 2024-07-11 04:10:56 -06:00
parent 5c737317fa
commit a610260683

View file

@ -198,6 +198,16 @@
border-radius: var(--radius)
}
/* blur background */
html body div#iceshrimp_app div.mk-app div.main div.contents main div div.rsqzvsbo div.top div.xfbouadm.bg {
filter: blur(8px);
-webkit-filter: blur(8px);
}
/* hide icon */
html body div#iceshrimp_app div.mk-app div.main div.contents main div div.rsqzvsbo div.top div.main img.icon {
visibility: hidden;
}