mirror of
https://gitlab.com/Cynosphere/xmc.git
synced 2024-08-14 22:57:03 +00:00
fix image urls
This commit is contained in:
parent
fb06e00e65
commit
2211e7e133
1 changed files with 2 additions and 2 deletions
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue