diff --git a/templates/user_server_data.html b/templates/user_server_data.html index b313eff..63abb6a 100644 --- a/templates/user_server_data.html +++ b/templates/user_server_data.html @@ -151,6 +151,12 @@ border: 1px solid rgba(56, 178, 172, 0.3); } + .permission-mod { + background: rgba(102, 126, 234, 0.2); + color: #667eea; + border: 1px solid rgba(102, 126, 234, 0.3); + } + .permission-admin { background: rgba(245, 101, 101, 0.2); color: #f56565; @@ -251,13 +257,16 @@