forked from MarseyWorld/MarseyWorld
shorten some urls
parent
d5d2e81f26
commit
384019d0b8
|
@ -87,7 +87,7 @@ blockquote p {
|
|||
}
|
||||
|
||||
.navbar-light, .navbar .container-fluid, #mobile-bottom-navigation-bar {
|
||||
background:#ffe url(/assets/images/4chan.webp);
|
||||
background:#ffe url(/i/4chan.webp);
|
||||
background-size: contain;
|
||||
}
|
||||
|
||||
|
|
|
@ -69,7 +69,7 @@
|
|||
|
||||
/*confetti*/
|
||||
.confetti {
|
||||
background-image: url(/assets/images/confetti2.webp);
|
||||
background-image: url(/i/confetti2.webp);
|
||||
background-repeat: repeat;
|
||||
}
|
||||
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
fart = Math.floor(Math.random() * 5) + 1
|
||||
let audio = new Audio(`/assets/images/${fart}.webp`);
|
||||
let audio = new Audio(`/i/${fart}.webp`);
|
||||
|
||||
audio.play();
|
||||
if (audio.paused) {
|
||||
|
|
Loading…
Reference in New Issue