Skip to content

Commit

Permalink
updated dead tama theme bkgUrl
Browse files Browse the repository at this point in the history
  • Loading branch information
kt-alt committed Aug 4, 2024
1 parent 090fc87 commit c5649b8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/styles/color-themes.scss
Original file line number Diff line number Diff line change
Expand Up @@ -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;
}
Expand Down

0 comments on commit c5649b8

Please sign in to comment.