summaryrefslogtreecommitdiffstats
path: root/apps/weather_status
diff options
context:
space:
mode:
authorJohn Molakvoæ <skjnldsv@users.noreply.github.com>2022-04-27 16:57:09 +0200
committerGitHub <noreply@github.com>2022-04-27 16:57:09 +0200
commit971e224ce47636e828ee9d2d8003d067bc3da0da (patch)
tree577904dcee8556ee136ddf0536943760162de10f /apps/weather_status
parent5570661bbd79bf5cb7c5287f033155d4c8fd67f3 (diff)
parentfe47cf40da6bec69892dbfb7e78d21ab2379da02 (diff)
downloadnextcloud-server-971e224ce47636e828ee9d2d8003d067bc3da0da.tar.gz
nextcloud-server-971e224ce47636e828ee9d2d8003d067bc3da0da.zip
Merge pull request #32180 from nextcloud/fix/dashboard
Diffstat (limited to 'apps/weather_status')
-rw-r--r--apps/weather_status/src/App.vue3
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');
}