From d4d263b597f183a6e3d0052982a161ec1e2bba11 Mon Sep 17 00:00:00 2001 From: Gargaj Date: Thu, 7 Oct 2021 11:53:49 +0200 Subject: [PATCH] fix broken image URLs I guess these files should be in the repo but this will do for now --- style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/style.css b/style.css index 363095c..edd1cdc 100644 --- a/style.css +++ b/style.css @@ -52,12 +52,12 @@ } .stars { - background:#01132a url(http://img4.hostingpics.net/pics/144421stars.png) repeat top center; + background:#01132a url(https://web.archive.org/web/20161028185619if_/http://img4.hostingpics.net/pics/144421stars.png) repeat top center; z-index:-2; } .twinkling{ - background:transparent url(http://img4.hostingpics.net/pics/352884twinkling.png) repeat top center; + background:transparent url(https://web.archive.org/web/20161028185619if_/http://img4.hostingpics.net/pics/352884twinkling.png) repeat top center; z-index:-1; -moz-animation:move-twink-back 150s linear infinite;