1
0
mirror of https://github.com/funamitech/mastodon synced 2024-11-27 14:29:03 +09:00
YuruToot/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 %>