mirror of
https://github.com/nextcloud/all-in-one.git
synced 2025-12-20 06:26:57 +00:00
Merge pull request #6870 from nextcloud/enh/6748/add-new-background
Some checks failed
Codespell / Check spelling (push) Waiting to run
Validate community containers / Validate community containers (push) Has been cancelled
Helm Chart Releaser / release (push) Has been cancelled
Json Validator / Json Validator (push) Has been cancelled
Lint php / php-lint (push) Has been cancelled
PHP Deprecation Detector / PHP Deprecation Detector (push) Has been cancelled
Static analysis / static-psalm-analysis (push) Has been cancelled
Twig Lint / twig-lint (push) Has been cancelled
Lint php / php-lint-summary (push) Has been cancelled
Some checks failed
Codespell / Check spelling (push) Waiting to run
Validate community containers / Validate community containers (push) Has been cancelled
Helm Chart Releaser / release (push) Has been cancelled
Json Validator / Json Validator (push) Has been cancelled
Lint php / php-lint (push) Has been cancelled
PHP Deprecation Detector / PHP Deprecation Detector (push) Has been cancelled
Static analysis / static-psalm-analysis (push) Has been cancelled
Twig Lint / twig-lint (push) Has been cancelled
Lint php / php-lint-summary (push) Has been cancelled
aio-interface: add new background for hub 25 Autumn
This commit is contained in:
commit
cda721d0dd
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 |
BIN
php/public/img/jo-myoung-hee-fluid-dark.webp
Normal file
BIN
php/public/img/jo-myoung-hee-fluid-dark.webp
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 95 KiB |
BIN
php/public/img/jo-myoung-hee-fluid.webp
Normal file
BIN
php/public/img/jo-myoung-hee-fluid.webp
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 99 KiB |
|
|
@ -251,7 +251,7 @@ svg:not(:has(use)) .fallback-text {
|
|||
min-width: 100vw;
|
||||
position: fixed;
|
||||
width: 100vw;
|
||||
background-image: url("img/jenna-kim-the-globe.webp");
|
||||
background-image: url("img/jo-myoung-hee-fluid.webp");
|
||||
background-position: center;
|
||||
background-repeat: no-repeat;
|
||||
background-size: cover;
|
||||
|
|
@ -260,7 +260,7 @@ svg:not(:has(use)) .fallback-text {
|
|||
}
|
||||
|
||||
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 {
|
||||
|
|
|
|||
|
|
@ -1,7 +1,7 @@
|
|||
<html>
|
||||
<head>
|
||||
<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">
|
||||
<script type="text/javascript" src="forms.js"></script>
|
||||
<script type="text/javascript" src="toggle-dark-mode.js"></script>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue