From e531985b8718b43339d11668c77109e1e52f7264 Mon Sep 17 00:00:00 2001 From: CuriousMagpie Date: Thu, 27 Jul 2023 16:49:44 -0400 Subject: [PATCH] WIP(user profile): one infinitesimal change that's hardly worth the electricity it's made from --- website/client/src/components/userMenu/profile.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/website/client/src/components/userMenu/profile.vue b/website/client/src/components/userMenu/profile.vue index 67fc95b1dd..8748723de5 100644 --- a/website/client/src/components/userMenu/profile.vue +++ b/website/client/src/components/userMenu/profile.vue @@ -442,7 +442,7 @@ .header { h1 { - color: $purple-200; + color: $gray-50;; margin-bottom: 0.2rem; }