summaryrefslogtreecommitdiff
path: root/static/css/miatile.css
diff options
context:
space:
mode:
authoryo momma <shutup@oops.wtf>2026-01-27 03:33:16 +0000
committeryo momma <shutup@oops.wtf>2026-01-27 03:33:16 +0000
commitfc9a4ea22eb91757b95cbe1bf1708be17fc2337a (patch)
tree76a0122149e3288ee21d7fb6d0410b1b7b8970a4 /static/css/miatile.css
parent25b74138d68ade87689e714f10e1f3116da5bbee (diff)
Fix HTTPS/mixed content; make config env-drivenHEADmaster2026
- 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-xstatic/css/miatile.css2
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 {