mirror of
https://iceshrimp.dev/limepotato/jormungandr-bite.git
synced 2024-11-28 04:47:37 -07:00
blur and hide icon
This commit is contained in:
parent
5c737317fa
commit
a610260683
1 changed files with 10 additions and 0 deletions
|
@ -198,6 +198,16 @@
|
||||||
border-radius: var(--radius)
|
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;
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue