Skip to content

Commit e496fab

Browse files
author
Carl Schwan
committed
feat(styleguide): Add jo-myoung-hee-fluid wallpaper
Signed-off-by: Carl Schwan <[email protected]>
1 parent ebce927 commit e496fab

File tree

7 files changed

+4
-4
lines changed

7 files changed

+4
-4
lines changed

REUSE.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ SPDX-FileCopyrightText = "2017-2024 Nextcloud GmbH and Nextcloud contributors"
4848
SPDX-License-Identifier = "AGPL-3.0-or-later"
4949

5050
[[annotations]]
51-
path = ["styleguide/assets/img/background/jenna-kim-the-globe.webp", "styleguide/assets/img/background/jenna-kim-the-globe-dark.webp"]
51+
path = ["styleguide/assets/img/background/jo-myoung-hee-fluid.webp", "styleguide/assets/img/background/jo-myoung-hee-fluid-dark.webp"]
5252
precedence = "aggregate"
53-
SPDX-FileCopyrightText = "2024 Nextcloud GmbH"
53+
SPDX-FileCopyrightText = "2025 Nextcloud GmbH"
5454
SPDX-License-Identifier = "CC-BY-SA-4.0"

styleguide/assets/dark.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,5 +91,5 @@
9191
--gradient-primary-background:linear-gradient(40deg, var(--color-primary) 0%, var(--color-primary-hover) 100%);
9292
--color-background-plain:#00679e;
9393
--color-background-plain-text:#ffffff;
94-
--image-background:url('./img/background/jenna-kim-the-globe-dark.webp');
94+
--image-background:url('./img/background/jo-myoung-hee-fluid-dark.webp');
9595
}
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.

styleguide/assets/light.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,5 +93,5 @@
9393
--gradient-primary-background:linear-gradient(40deg, var(--color-primary) 0%, var(--color-primary-hover) 100%);
9494
--color-background-plain:#00679e;
9595
--color-background-plain-text:#ffffff;
96-
--image-background: url('./img/background/jenna-kim-the-globe.webp');
96+
--image-background: url('./img/background/jo-myoung-hee-fluid.webp');
9797
}

0 commit comments

Comments
 (0)