diff --git a/src/client/app/common/views/components/messaging.vue b/src/client/app/common/views/components/messaging.vue index 9683ca0ca3..ad3b639a28 100644 --- a/src/client/app/common/views/components/messaging.vue +++ b/src/client/app/common/views/components/messaging.vue @@ -420,7 +420,7 @@ export default Vue.extend({ margin 0 padding 16px text-align center - color #aaa + color var(--text) > [data-icon] margin-right 4px diff --git a/src/client/app/common/views/components/tag-cloud.vue b/src/client/app/common/views/components/tag-cloud.vue index 616fc5a1aa..b5eef964b6 100644 --- a/src/client/app/common/views/components/tag-cloud.vue +++ b/src/client/app/common/views/components/tag-cloud.vue @@ -74,7 +74,7 @@ export default Vue.extend({ margin 0 padding 16px text-align center - color #aaa + color var(--text) > [data-icon] margin-right 4px diff --git a/src/client/app/common/views/widgets/photo-stream.vue b/src/client/app/common/views/widgets/photo-stream.vue index d57be1d33f..362d7fba53 100644 --- a/src/client/app/common/views/widgets/photo-stream.vue +++ b/src/client/app/common/views/widgets/photo-stream.vue @@ -117,7 +117,7 @@ export default define({ margin 0 padding 16px text-align center - color #aaa + color var(--text) > [data-icon] margin-right 4px diff --git a/src/client/app/common/views/widgets/rss.vue b/src/client/app/common/views/widgets/rss.vue index 107c49adb1..37ea320730 100644 --- a/src/client/app/common/views/widgets/rss.vue +++ b/src/client/app/common/views/widgets/rss.vue @@ -86,7 +86,7 @@ export default define({ margin 0 padding 16px text-align center - color #aaa + color var(--text) > [data-icon] margin-right 4px diff --git a/src/client/app/common/views/widgets/server.vue b/src/client/app/common/views/widgets/server.vue index fea190d87a..fc1b0c513f 100644 --- a/src/client/app/common/views/widgets/server.vue +++ b/src/client/app/common/views/widgets/server.vue @@ -88,7 +88,7 @@ export default define({ margin 0 padding 16px text-align center - color #aaa + color var(--text) > [data-icon] margin-right 4px diff --git a/src/client/app/desktop/views/components/activity.vue b/src/client/app/desktop/views/components/activity.vue index c9a0ca5428..8c79e213a7 100644 --- a/src/client/app/desktop/views/components/activity.vue +++ b/src/client/app/desktop/views/components/activity.vue @@ -78,7 +78,7 @@ export default Vue.extend({ margin 0 padding 16px text-align center - color #aaa + color var(--text) > [data-icon] margin-right 4px diff --git a/src/client/app/desktop/views/components/friends-maker.vue b/src/client/app/desktop/views/components/friends-maker.vue index 2cb04c3584..301176d48e 100644 --- a/src/client/app/desktop/views/components/friends-maker.vue +++ b/src/client/app/desktop/views/components/friends-maker.vue @@ -120,13 +120,13 @@ export default Vue.extend({ margin 0 padding 16px text-align center - color #aaa + color var(--text) > .fetching margin 0 padding 16px text-align center - color #aaa + color var(--text) > [data-icon] margin-right 4px diff --git a/src/client/app/desktop/views/pages/deck/deck.notifications.vue b/src/client/app/desktop/views/pages/deck/deck.notifications.vue index 4eec65778b..5b556b31c8 100644 --- a/src/client/app/desktop/views/pages/deck/deck.notifications.vue +++ b/src/client/app/desktop/views/pages/deck/deck.notifications.vue @@ -218,6 +218,6 @@ export default Vue.extend({ margin 0 padding 16px text-align center - color #aaa + color var(--text) diff --git a/src/client/app/desktop/views/pages/user/user.followers-you-know.vue b/src/client/app/desktop/views/pages/user/user.followers-you-know.vue index 232fc96f19..d75ee20d8f 100644 --- a/src/client/app/desktop/views/pages/user/user.followers-you-know.vue +++ b/src/client/app/desktop/views/pages/user/user.followers-you-know.vue @@ -74,7 +74,7 @@ export default Vue.extend({ margin 0 padding 16px text-align center - color #aaa + color var(--text) > i margin-right 4px diff --git a/src/client/app/desktop/views/pages/user/user.friends.vue b/src/client/app/desktop/views/pages/user/user.friends.vue index b247bca60d..f2fa2fea0d 100644 --- a/src/client/app/desktop/views/pages/user/user.friends.vue +++ b/src/client/app/desktop/views/pages/user/user.friends.vue @@ -66,7 +66,7 @@ export default Vue.extend({ margin 0 padding 16px text-align center - color #aaa + color var(--text) > i margin-right 4px diff --git a/src/client/app/desktop/views/pages/user/user.photos.vue b/src/client/app/desktop/views/pages/user/user.photos.vue index d989738e52..13645b9314 100644 --- a/src/client/app/desktop/views/pages/user/user.photos.vue +++ b/src/client/app/desktop/views/pages/user/user.photos.vue @@ -98,7 +98,7 @@ export default Vue.extend({ margin 0 padding 16px text-align center - color #aaa + color var(--text) > i margin-right 4px diff --git a/src/client/app/desktop/views/pages/user/user.vue b/src/client/app/desktop/views/pages/user/user.vue index 53e50d2d18..19f646927b 100644 --- a/src/client/app/desktop/views/pages/user/user.vue +++ b/src/client/app/desktop/views/pages/user/user.vue @@ -132,7 +132,7 @@ export default Vue.extend({ padding 0 12px text-align center font-size 0.8em - color #aaa + color var(--text) > .instance box-shadow var(--shadow) diff --git a/src/client/app/desktop/views/widgets/polls.vue b/src/client/app/desktop/views/widgets/polls.vue index fb2e019e37..6dc7ffb191 100644 --- a/src/client/app/desktop/views/widgets/polls.vue +++ b/src/client/app/desktop/views/widgets/polls.vue @@ -5,7 +5,7 @@ +
@@ -92,13 +92,13 @@ export default define({ margin 0 padding 16px text-align center - color #aaa + color var(--text) > .fetching margin 0 padding 16px text-align center - color #aaa + color var(--text) > [data-icon] margin-right 4px diff --git a/src/client/app/desktop/views/widgets/trends.vue b/src/client/app/desktop/views/widgets/trends.vue index f17d6abc7a..a195580dcc 100644 --- a/src/client/app/desktop/views/widgets/trends.vue +++ b/src/client/app/desktop/views/widgets/trends.vue @@ -89,13 +89,13 @@ export default define({ margin 0 padding 16px text-align center - color #aaa + color var(--text) > .fetching margin 0 padding 16px text-align center - color #aaa + color var(--text) > [data-icon] margin-right 4px diff --git a/src/client/app/desktop/views/widgets/users.vue b/src/client/app/desktop/views/widgets/users.vue index 0530b89d3b..ce8d8aa25f 100644 --- a/src/client/app/desktop/views/widgets/users.vue +++ b/src/client/app/desktop/views/widgets/users.vue @@ -129,13 +129,13 @@ export default define({ margin 0 padding 16px text-align center - color #aaa + color var(--text) > .fetching margin 0 padding 16px text-align center - color #aaa + color var(--text) > [data-icon] margin-right 4px diff --git a/src/client/app/mobile/views/components/friends-maker.vue b/src/client/app/mobile/views/components/friends-maker.vue index 48f879c2c5..c04152c593 100644 --- a/src/client/app/mobile/views/components/friends-maker.vue +++ b/src/client/app/mobile/views/components/friends-maker.vue @@ -83,13 +83,13 @@ export default Vue.extend({ margin 0 padding 16px text-align center - color #aaa + color var(--text) > .fetching margin 0 padding 16px text-align center - color #aaa + color var(--text) > [data-icon] margin-right 4px diff --git a/src/client/app/mobile/views/components/note-card.vue b/src/client/app/mobile/views/components/note-card.vue index 01f52c76f8..2704820318 100644 --- a/src/client/app/mobile/views/components/note-card.vue +++ b/src/client/app/mobile/views/components/note-card.vue @@ -88,6 +88,6 @@ export default Vue.extend({ > .mk-time display inline-block padding 8px - color #aaa + color var(--text) diff --git a/src/client/app/mobile/views/components/notifications.vue b/src/client/app/mobile/views/components/notifications.vue index fa247caeab..37f953edeb 100644 --- a/src/client/app/mobile/views/components/notifications.vue +++ b/src/client/app/mobile/views/components/notifications.vue @@ -184,7 +184,7 @@ export default Vue.extend({ margin 0 padding 16px text-align center - color #aaa + color var(--text) > .placeholder padding 16px diff --git a/src/client/app/mobile/views/components/users-list.vue b/src/client/app/mobile/views/components/users-list.vue index edbb124536..0c5c934dcf 100644 --- a/src/client/app/mobile/views/components/users-list.vue +++ b/src/client/app/mobile/views/components/users-list.vue @@ -121,13 +121,13 @@ export default Vue.extend({ margin 0 padding 16px text-align center - color #aaa + color var(--text) > .fetching margin 0 padding 16px text-align center - color #aaa + color var(--text) > [data-icon] margin-right 4px diff --git a/src/client/app/mobile/views/pages/user/home.followers-you-know.vue b/src/client/app/mobile/views/pages/user/home.followers-you-know.vue index ca28e41ee5..0c3efc85f2 100644 --- a/src/client/app/mobile/views/pages/user/home.followers-you-know.vue +++ b/src/client/app/mobile/views/pages/user/home.followers-you-know.vue @@ -57,7 +57,7 @@ export default Vue.extend({ margin 0 padding 16px text-align center - color #aaa + color var(--text) > i margin-right 4px diff --git a/src/client/app/mobile/views/pages/user/home.friends.vue b/src/client/app/mobile/views/pages/user/home.friends.vue index fbc042bf1d..177abe7aa2 100644 --- a/src/client/app/mobile/views/pages/user/home.friends.vue +++ b/src/client/app/mobile/views/pages/user/home.friends.vue @@ -48,7 +48,7 @@ export default Vue.extend({ margin 0 padding 16px text-align center - color #aaa + color var(--text) > i margin-right 4px diff --git a/src/client/app/mobile/views/pages/user/home.notes.vue b/src/client/app/mobile/views/pages/user/home.notes.vue index 92a645ba84..e30a533c6c 100644 --- a/src/client/app/mobile/views/pages/user/home.notes.vue +++ b/src/client/app/mobile/views/pages/user/home.notes.vue @@ -52,7 +52,7 @@ export default Vue.extend({ margin 0 padding 16px text-align center - color #aaa + color var(--text) > i margin-right 4px diff --git a/src/client/app/mobile/views/pages/user/home.photos.vue b/src/client/app/mobile/views/pages/user/home.photos.vue index bb9c5b8c51..9c36f1295b 100644 --- a/src/client/app/mobile/views/pages/user/home.photos.vue +++ b/src/client/app/mobile/views/pages/user/home.photos.vue @@ -89,7 +89,7 @@ export default Vue.extend({ margin 0 padding 16px text-align center - color #aaa + color var(--text) > i margin-right 4px