1
0
Fork 1
mirror of https://github.com/mastodon/mastodon.git synced 2025-01-02 13:13:36 +00:00
mastodon/app/views/custom_css/show.css.erb
2024-01-12 09:19:25 +00:00

11 lines
195 B
Plaintext

<%- if custom_css_styles.present? %>
<%= raw custom_css_styles %>
<%- end %>
<%- @user_roles.each do |role| %>
.user-role-<%= role.id %> {
--user-role-accent: <%= role.color %>;
}
<%- end %>