Skip to content

Commit 0514ee4

Browse files
authored
🔀 Merge pull request #1659 from kt-alt/fix/tama_dead_bkgUrl
Updated dead tama theme Background-Url
2 parents 63b9ba3 + c5649b8 commit 0514ee4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/styles/color-themes.scss

+1-1
Original file line numberDiff line numberDiff line change
@@ -2081,7 +2081,7 @@ html[data-theme="tama"] {
20812081
// Background Image
20822082
body {
20832083
//update the query terms after the '?', to customize for images you want
2084-
background: url('https://source.unsplash.com/random/1920x1080/?dark,calm,nature,background');
2084+
background: url('https://picsum.photos/1920/1080');
20852085
background-color: var(--background-darker);
20862086
background-size: cover;
20872087
}

0 commit comments

Comments
 (0)