From 0b128b942aa069e6e8b032f2293263159f039a2a Mon Sep 17 00:00:00 2001 From: Sophie Axebane Date: Tue, 2 Jan 2024 21:01:59 -0600 Subject: [PATCH] get images off img.system64.dev --- index.html | 18 +++++++++--------- styles/stylemain.css | 4 ++-- 2 files changed, 11 insertions(+), 11 deletions(-) diff --git a/index.html b/index.html index 9abec1f..8e0994c 100644 --- a/index.html +++ b/index.html @@ -1,7 +1,7 @@ - + IDeletedSystem64 @@ -31,17 +31,17 @@
-

-

-

+

+

+

-

-

-

-

+

+

+

+

- Mastodon diff --git a/styles/stylemain.css b/styles/stylemain.css index bc74b48..3f7d3f9 100644 --- a/styles/stylemain.css +++ b/styles/stylemain.css @@ -45,7 +45,7 @@ a.blueheart { /* probably not the right way of doing things, but this css is awf width: 60%; } body { - background-image: url("/img/bg_avif.avif"); /* If need be, I'll figure out a way to change this for devices that don't support AVIF */ + background-image: url("https://img.system64.dev/web/bg/bg.jpg"); } input { -webkit-appearance: none; @@ -129,7 +129,7 @@ img.webbutton{ text-align: center; } -/* I'm mad that I have to make this mobile-compatible, Lol. https://twitter.com/IDeleteSystem64/status/1512218098325147655?s=20&t=Hz4V-vxmywYwTMvuBbCAZQ */ +/* I'm mad that I have to make this mobile-compatible, Lol. https://web.archive.org/web/20220407235806/https://twitter.com/IDeleteSystem64/status/1512218098325147655 */ @media only screen and (max-width: 980px) { p.intro { font-size: 8vw;