about summary refs log tree commit diff
path: root/app/views/custom_css/show.css.erb
diff options
context:
space:
mode:
Diffstat (limited to 'app/views/custom_css/show.css.erb')
-rw-r--r--app/views/custom_css/show.css.erb2
1 files changed, 2 insertions, 0 deletions
diff --git a/app/views/custom_css/show.css.erb b/app/views/custom_css/show.css.erb
index 9cd38fb37..bcbe81962 100644
--- a/app/views/custom_css/show.css.erb
+++ b/app/views/custom_css/show.css.erb
@@ -5,6 +5,8 @@
 <%- UserRole.where(highlighted: true).select { |role| role.color.present? }.each do |role| %>
 .user-role-<%= role.id %> {
   --user-role-accent: <%= role.color %>;
+  --user-role-background: <%= role.color + '19' %>;
+  --user-role-border: <%= role.color + '80' %>;
 }
 
 <%- end %>