diff options
Diffstat (limited to 'apps/weather_status')
-rw-r--r-- | apps/weather_status/src/App.vue | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/apps/weather_status/src/App.vue b/apps/weather_status/src/App.vue index 8b96a520ef7..89482f61124 100644 --- a/apps/weather_status/src/App.vue +++ b/apps/weather_status/src/App.vue @@ -521,9 +521,6 @@ export default { .icon-weather-status { background-image: url('./../img/app-dark.svg'); } -body.theme--dark .icon-weather-status { - background-image: url('./../img/app.svg'); -} .icon-clearsky-day { background-image: url('./../img/sun.svg'); } |