From c5649b80e9da4c439cd9facfac15dffc10443ebb Mon Sep 17 00:00:00 2001 From: kt-alt Date: Sun, 4 Aug 2024 01:07:50 -0700 Subject: [PATCH] updated dead tama theme bkgUrl --- src/styles/color-themes.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/styles/color-themes.scss b/src/styles/color-themes.scss index ff80b30a..a5ed8512 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; }