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;