Add missing template

This commit is contained in:
ricola 2025-04-06 17:04:31 -06:00
parent cef9c51835
commit b7bcd661b8

9
views/style.erb Normal file
View file

@ -0,0 +1,9 @@
.error {
color: red;
}
<% settings.values.each do |v| %>
.value-<%= v[:id] %> {
background: <%= v[:color] %>;
}
<% end %>