From 2f0ba7d9c1949fb0134718c49948a0ebf3ac8ed3 Mon Sep 17 00:00:00 2001 From: s1n Date: Sat, 27 Jul 2019 15:16:47 -0700 Subject: remove bg --- 404/css/main.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/404/css/main.css b/404/css/main.css index 45b87fd..0f9f9b7 100644 --- a/404/css/main.css +++ b/404/css/main.css @@ -4,7 +4,7 @@ html { body { height: 100%; - background: url("https://wallpapercave.com/wp/6SLzBEY.jpg") no-repeat left top; + background: url("") no-repeat left top; /* https://wallpapercave.com/wp/6SLzBEY.jpg */ background-size: cover; overflow: hidden; display: -webkit-box; @@ -75,4 +75,4 @@ body { -webkit-box-shadow: inset 0 0 40px 2px #000, 0 0 20px 4px rgba(13, 13, 10, 0.8); box-shadow: inset 0 0 40px 2px #000, 0 0 20px 4px rgba(13, 13, 10, 0.8); } -/*# sourceMappingURL=main.css.map */ \ No newline at end of file +/*# sourceMappingURL=main.css.map */ -- cgit v1.2.3