Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions REUSE.toml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ SPDX-FileCopyrightText = "2017-2024 Nextcloud GmbH and Nextcloud contributors"
SPDX-License-Identifier = "AGPL-3.0-or-later"

[[annotations]]
path = ["styleguide/assets/img/background/jenna-kim-the-globe.webp", "styleguide/assets/img/background/jenna-kim-the-globe-dark.webp"]
path = ["styleguide/assets/img/background/jo-myoung-hee-fluid.webp", "styleguide/assets/img/background/jo-myoung-hee-fluid-dark.webp"]
precedence = "aggregate"
SPDX-FileCopyrightText = "2024 Nextcloud GmbH"
SPDX-FileCopyrightText = "2025 Nextcloud GmbH"
SPDX-License-Identifier = "CC-BY-SA-4.0"
2 changes: 1 addition & 1 deletion styleguide/assets/dark.css
Original file line number Diff line number Diff line change
Expand Up @@ -91,5 +91,5 @@
--gradient-primary-background:linear-gradient(40deg, var(--color-primary) 0%, var(--color-primary-hover) 100%);
--color-background-plain:#00679e;
--color-background-plain-text:#ffffff;
--image-background:url('./img/background/jenna-kim-the-globe-dark.webp');
--image-background:url('./img/background/jo-myoung-hee-fluid-dark.webp');
}
2 changes: 1 addition & 1 deletion styleguide/assets/default.css
Original file line number Diff line number Diff line change
Expand Up @@ -121,5 +121,5 @@
--gradient-primary-background: linear-gradient(40deg, var(--color-primary) 0%, var(--color-primary-hover) 100%);
--color-background-plain: #00679e;
--color-background-plain-text: #ffffff;
--image-background: url('./img/background/jenna-kim-the-globe.webp');
--image-background: url('./img/background/jo-myoung-hee-fluid.webp');
}
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
2 changes: 1 addition & 1 deletion styleguide/assets/light.css
Original file line number Diff line number Diff line change
Expand Up @@ -93,5 +93,5 @@
--gradient-primary-background:linear-gradient(40deg, var(--color-primary) 0%, var(--color-primary-hover) 100%);
--color-background-plain:#00679e;
--color-background-plain-text:#ffffff;
--image-background: url('./img/background/jenna-kim-the-globe.webp');
--image-background: url('./img/background/jo-myoung-hee-fluid.webp');
}
Loading