1
0
Fork 0
forked from gitea/nas

Fix system css

This commit is contained in:
KMY 2025-02-28 15:18:11 +09:00
parent e975a98b9f
commit 16f811f87e

View file

@ -1,6 +0,0 @@
<%- @user_roles.each do |role| %>
.user-role-<%= role.id %> {
--user-role-accent: <%= role.color %>;
}
<%- end %>