diff options
| author | yo momma <shutup@oops.wtf> | 2026-01-27 03:33:16 +0000 |
|---|---|---|
| committer | yo momma <shutup@oops.wtf> | 2026-01-27 03:33:16 +0000 |
| commit | fc9a4ea22eb91757b95cbe1bf1708be17fc2337a (patch) | |
| tree | 76a0122149e3288ee21d7fb6d0410b1b7b8970a4 /static/css/miatile.css | |
| parent | 25b74138d68ade87689e714f10e1f3116da5bbee (diff) | |
- Replace hardcoded dump.fm URLs with host/scheme config\n- Add optional passwordless login flow\n- Update templates/static assets to avoid blocked HTTP resources\n- Ignore local uploads/SQL dumps
Diffstat (limited to 'static/css/miatile.css')
| -rwxr-xr-x | static/css/miatile.css | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/static/css/miatile.css b/static/css/miatile.css index ee07316..4c96b91 100755 --- a/static/css/miatile.css +++ b/static/css/miatile.css @@ -2,7 +2,7 @@ body { width: 800px;color:#000;padding-bottom:50px;margin-top:-5px;margin:0 auto 0; font-family: sans-serif; font-style: oblique; background:-moz-linear-gradient(top, pink, #000 50%, #000 51%, lightyellow); background:-webkit-gradient(linear, left top, left bottom, from(pink), color-stop(50%, #000), color-stop(51%, #000), to(red));background-attachment:fixed; -background-image:url('http://dump.fm/images/20110227/1298835651215-dumpfm-ryder-MAYA_TILE.gif');background-position:center top;background-attachment:fixed;background-color:#ccc; +background-image:url('https://archive.hump.fm/images/20110227/1298835651215-dumpfm-ryder-MAYA_TILE.gif');background-position:center top;background-attachment:fixed;background-color:#ccc; } .page-title { |
