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