Add 6.png image (storm outlook) support for the themes
Some checks are pending
build-docker / Build Image (push) Waiting to run

This commit is contained in:
mrkmntal 2026-04-09 22:35:27 -04:00
commit 2e304d41c6
10 changed files with 9 additions and 3 deletions

View file

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