From 2211e7e1331eab9f6267e04c1c29cc18a3a16e81 Mon Sep 17 00:00:00 2001 From: Cynthia Foxwell Date: Sun, 23 Oct 2022 12:03:20 -0600 Subject: [PATCH] fix image urls --- xmc.user.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/xmc.user.css b/xmc.user.css index 217afc2..2040ba4 100644 --- a/xmc.user.css +++ b/xmc.user.css @@ -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;