Finish implementing themes, restore original assets to be the default
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
fc97cda830
commit
854d6ccc15
27 changed files with 44 additions and 8 deletions
|
|
@ -2,7 +2,7 @@
|
|||
@use 'shared/_utils' as u;
|
||||
|
||||
#almanac-html.weather-display {
|
||||
background-image: url('../images/backgrounds/3.png');
|
||||
background-image: var(--theme-background-3);
|
||||
}
|
||||
|
||||
.weather-display .main.almanac {
|
||||
|
|
|
|||
|
|
@ -2,7 +2,7 @@
|
|||
@use 'shared/_utils'as u;
|
||||
|
||||
#hourly-graph-html {
|
||||
background-image: url(../images/backgrounds/1-chart.png);
|
||||
background-image: var(--theme-background-1-chart);
|
||||
|
||||
.header {
|
||||
.right {
|
||||
|
|
@ -156,4 +156,4 @@
|
|||
|
||||
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
|
|
@ -330,7 +330,11 @@ body {
|
|||
|
||||
:root {
|
||||
--theme-background-1: url('../images/backgrounds/1.png');
|
||||
--theme-background-1-chart: url('../images/backgrounds/1-chart.png');
|
||||
--theme-background-2: url('../images/backgrounds/2.png');
|
||||
--theme-background-3: url('../images/backgrounds/3.png');
|
||||
--theme-background-4: url('../images/backgrounds/4.png');
|
||||
--theme-background-5: url('../images/backgrounds/5.png');
|
||||
}
|
||||
|
||||
#display {
|
||||
|
|
|
|||
|
|
@ -2,7 +2,7 @@
|
|||
@use 'shared/_utils'as u;
|
||||
|
||||
#radar-html.weather-display {
|
||||
background-image: url('../images/backgrounds/4.png');
|
||||
background-image: var(--theme-background-4);
|
||||
|
||||
.header {
|
||||
height: 83px;
|
||||
|
|
|
|||
|
|
@ -2,7 +2,7 @@
|
|||
@use 'shared/_utils'as u;
|
||||
|
||||
#regional-forecast-html.weather-display {
|
||||
background-image: url('../images/backgrounds/5.png');
|
||||
background-image: var(--theme-background-5);
|
||||
}
|
||||
|
||||
.weather-display .main.regional-forecast {
|
||||
|
|
|
|||
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
File diff suppressed because one or more lines are too long
Loading…
Add table
Add a link
Reference in a new issue