From 96311b597c1edd3fbfa4bc85d1685f02fc8f30d6 Mon Sep 17 00:00:00 2001 From: ThatOneCalculator Date: Wed, 15 Feb 2023 10:33:00 -0800 Subject: [PATCH] fix: more readable icon bgs --- packages/client/src/pages/admin/overview.federation.vue | 4 ++-- packages/client/src/pages/admin/overview.stats.vue | 8 ++++---- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/packages/client/src/pages/admin/overview.federation.vue b/packages/client/src/pages/admin/overview.federation.vue index 63b89a74c8..961837b226 100644 --- a/packages/client/src/pages/admin/overview.federation.vue +++ b/packages/client/src/pages/admin/overview.federation.vue @@ -147,14 +147,14 @@ onMounted(async () => { &.sub { > .icon { - background: #907aa9; + background: #907aa955; color: #c4a7e7; } } &.pub { > .icon { - background: #56949f; + background: #56949f55; color: #9ccfd8; } } diff --git a/packages/client/src/pages/admin/overview.stats.vue b/packages/client/src/pages/admin/overview.stats.vue index 36f3076e7f..bb49db9c80 100644 --- a/packages/client/src/pages/admin/overview.stats.vue +++ b/packages/client/src/pages/admin/overview.stats.vue @@ -106,28 +106,28 @@ onMounted(async () => { &.users { > .icon { - background: #56949f; + background: #56949f55; color: #9ccfd8; } } &.notes { > .icon { - background: #286983; + background: #28698355; color: #31748f; } } &.instances { > .icon { - background: #d7827e; + background: #d7827e55; color: #ebbcba; } } &.emojis { > .icon { - background: #ea9d34; + background: #ea9d3455; color: #f6c177; } }