Skip to content

Commit

Permalink
🔀 Merge pull request #1659 from kt-alt/fix/tama_dead_bkgUrl
Browse files Browse the repository at this point in the history
Updated dead tama theme Background-Url
  • Loading branch information
CrazyWolf13 committed Aug 7, 2024
2 parents 63b9ba3 + c5649b8 commit 0514ee4
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 @@ -2081,7 +2081,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 0514ee4

Please sign in to comment.