mirror of
https://github.com/Lissy93/dashy.git
synced 2025-12-06 16:43:13 +01:00
updated dead tama theme bkgUrl
This commit is contained in:
parent
090fc87859
commit
c5649b80e9
1 changed files with 1 additions and 1 deletions
|
|
@ -1999,7 +1999,7 @@ html[data-theme="tama"] {
|
||||||
// Background Image
|
// Background Image
|
||||||
body {
|
body {
|
||||||
//update the query terms after the '?', to customize for images you want
|
//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-color: var(--background-darker);
|
||||||
background-size: cover;
|
background-size: cover;
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue