diff --git a/src/styles/color-themes.scss b/src/styles/color-themes.scss index ff80b30aa0..a5ed851225 100644 --- a/src/styles/color-themes.scss +++ b/src/styles/color-themes.scss @@ -1999,7 +1999,7 @@ html[data-theme="tama"] { // Background Image body { //update the query terms after the '?', to customize for images you want - background: url('https://source.unsplash.com/random/1920x1080/?dark,calm,nature,background'); + background: url('https://picsum.photos/1920/1080'); background-color: var(--background-darker); background-size: cover; }