mirror of
https://git.kescher.at/CatCatNya/catstodon.git
synced 2024-11-22 23:28:08 +01:00
10 lines
195 B
Text
10 lines
195 B
Text
<%- 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 %>
|