From c2ba5aa91377d4ba92e23c30a28ded394aa48141 Mon Sep 17 00:00:00 2001 From: pypy Date: Thu, 21 Jan 2021 12:05:44 +0900 Subject: [PATCH] missing css --- html/src/vr.scss | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/html/src/vr.scss b/html/src/vr.scss index 711d9fc1..eb22d6e9 100644 --- a/html/src/vr.scss +++ b/html/src/vr.scss @@ -271,6 +271,10 @@ i.x-user-status.joinme { background: #409eff; } +i.x-user-status.askme { + background: #fd9200; +} + i.x-user-status.busy { background: #f56c6c; }