diff options
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 */ |