diff --git a/app/assets/stylesheets/application.css b/app/assets/stylesheets/application.css index d8433d8..85ac414 100644 --- a/app/assets/stylesheets/application.css +++ b/app/assets/stylesheets/application.css @@ -272,7 +272,7 @@ span#password { } .fairy-c { - color: aqua; + color: #00e1ff; } .fairy-list { diff --git a/app/views/instance/_fairies.html.erb b/app/views/instance/_fairies.html.erb index bb07de6..08a035c 100644 --- a/app/views/instance/_fairies.html.erb +++ b/app/views/instance/_fairies.html.erb @@ -8,11 +8,11 @@ <% if has_fairy?(instance, fairy) %> <% idx = instance.fairies.index { |f| f.location == "#{fairy[:x]},#{fairy[:y]}" } %> <% if idx == 0 %> - A + 1 <% elsif idx == 1 %> - B + 2 <% elsif idx == 2 %> - C + 3 <% else %> <%= idx + 1 %> <% end %>