fix image urls

This commit is contained in:
Cynthia Foxwell 2022-10-23 12:03:20 -06:00
parent fb06e00e65
commit 2211e7e133
1 changed files with 2 additions and 2 deletions

View File

@ -3539,7 +3539,7 @@ section[class^="panels-"] > [class^="container-"]:last-child > div:last-child {
[class^="userPopout-"] [class^="banner-"] {
/*box-shadow: 0 2px 5px 0 var(--background-secondary) !important;*/
background-image: url("https://totallynotavir.us/i/5rw87lo8.gif");
background-image: url("https://elixi.re/i/5rw87lo8.gif");
background-repeat: no-repeat;
image-rendering: pixelated;
}
@ -3862,7 +3862,7 @@ section[class^="panels-"] > [class^="container-"]:last-child > div:last-child {
[class^="focusLock-"][aria-modal="true"]
> [class^="root-"]
[class*="profileBanner-"] {
background: url("https://totallynotavir.us/i/5rw87lo8.gif");
background: url("https://elixi.re/i/5rw87lo8.gif");
background-size: cover;
background-repeat: no-repeat;
image-rendering: pixelated;