Add 6.png image (storm outlook) support for the themes
Some checks are pending
build-docker / Build Image (push) Waiting to run
Some checks are pending
build-docker / Build Image (push) Waiting to run
This commit is contained in:
parent
952872ab92
commit
2e304d41c6
10 changed files with 9 additions and 3 deletions
|
|
@ -335,6 +335,7 @@ body {
|
|||
--theme-background-3: url('../images/backgrounds/3.png');
|
||||
--theme-background-4: url('../images/backgrounds/4.png');
|
||||
--theme-background-5: url('../images/backgrounds/5.png');
|
||||
--theme-background-6: url('../images/backgrounds/6.png');
|
||||
}
|
||||
|
||||
#display {
|
||||
|
|
|
|||
|
|
@ -2,7 +2,7 @@
|
|||
@use 'shared/_utils'as u;
|
||||
|
||||
#spc-outlook-html.weather-display {
|
||||
background-image: url('../images/backgrounds/6.png');
|
||||
background-image: var(--theme-background-6);
|
||||
}
|
||||
|
||||
.weather-display .spc-outlook {
|
||||
|
|
@ -83,4 +83,4 @@
|
|||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
2
server/styles/ws.min.css
vendored
2
server/styles/ws.min.css
vendored
File diff suppressed because one or more lines are too long
Loading…
Add table
Add a link
Reference in a new issue