diff options
| author | s1n <[email protected]> | 2019-07-27 15:16:47 -0700 |
|---|---|---|
| committer | GitHub <[email protected]> | 2019-07-27 15:16:47 -0700 |
| commit | 2f0ba7d9c1949fb0134718c49948a0ebf3ac8ed3 (patch) | |
| tree | eed829c2f347f94b77f363c5507d8a720d9a24d7 /404 | |
| parent | fix jquery linking issue (diff) | |
| download | s1n.pw-admin-2f0ba7d9c1949fb0134718c49948a0ebf3ac8ed3.tar.xz s1n.pw-admin-2f0ba7d9c1949fb0134718c49948a0ebf3ac8ed3.zip | |
remove bg
Diffstat (limited to '404')
| -rw-r--r-- | 404/css/main.css | 4 |
1 files 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 */ |