aio-interface: add new background for hub 25 Autumn

Signed-off-by: Simon L. <szaimen@e.mail.de>
This commit is contained in:
Simon L. 2025-09-16 13:32:20 +02:00
parent 4655294cfe
commit c694177e27
6 changed files with 3 additions and 3 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 176 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 97 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 95 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 99 KiB

View file

@ -251,7 +251,7 @@ svg:not(:has(use)) .fallback-text {
min-width: 100vw; min-width: 100vw;
position: fixed; position: fixed;
width: 100vw; width: 100vw;
background-image: url("img/jenna-kim-the-globe.webp"); background-image: url("img/jo-myoung-hee-fluid.webp");
background-position: center; background-position: center;
background-repeat: no-repeat; background-repeat: no-repeat;
background-size: cover; background-size: cover;
@ -260,7 +260,7 @@ svg:not(:has(use)) .fallback-text {
} }
html[data-theme="dark"] .wrapper { html[data-theme="dark"] .wrapper {
background-image: url("img/jenna-kim-the-globe-dark.webp"); background-image: url("img/jo-myoung-hee-fluid-dark.webp");
} }
form { form {

View file

@ -1,7 +1,7 @@
<html> <html>
<head> <head>
<title>AIO</title> <title>AIO</title>
<link rel="stylesheet" href="/style.css?v5" media="all" /> <link rel="stylesheet" href="/style.css?v6" media="all" />
<link rel="icon" href="/img/favicon.png"> <link rel="icon" href="/img/favicon.png">
<script type="text/javascript" src="forms.js"></script> <script type="text/javascript" src="forms.js"></script>
<script type="text/javascript" src="toggle-dark-mode.js"></script> <script type="text/javascript" src="toggle-dark-mode.js"></script>