🔀 Merge pull request #1659 from kt-alt/fix/tama_dead_bkgUrl

Updated dead tama theme Background-Url
This commit is contained in:
Tobias 2024-08-07 12:48:12 +02:00 committed by GitHub
commit 0514ee464a
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -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;
}