From af6f0bb87ac5e292fe91c141889e9eb316934ce5 Mon Sep 17 00:00:00 2001 From: Natsumi Date: Tue, 9 Mar 2021 02:13:06 +1300 Subject: [PATCH] Fix VRChat team color --- html/src/app.scss | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/html/src/app.scss b/html/src/app.scss index 76e290d3..afcace20 100644 --- a/html/src/app.scss +++ b/html/src/app.scss @@ -438,6 +438,11 @@ i.x-user-status.busy { border-color: rgb(255, 208, 0) !important; } +.x-tag-vip { + color: rgb(255, 38, 38) !important; + border-color: rgb(255, 38, 38) !important; +} + .x-tag-vrcplus { color: rgb(255, 208, 0) !important; border-color: rgb(255, 208, 0) !important;