From 392ca98ddb4962e31024eb3c073c70fa7bc804b7 Mon Sep 17 00:00:00 2001 From: David Gay Date: Sat, 5 Jun 2021 20:52:48 -0400 Subject: Lighten color of resistances text on character sheet --- app/views/characters/show.html.erb | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) (limited to 'app/views/characters/show.html.erb') diff --git a/app/views/characters/show.html.erb b/app/views/characters/show.html.erb index 7875a24..75143ec 100644 --- a/app/views/characters/show.html.erb +++ b/app/views/characters/show.html.erb @@ -103,19 +103,19 @@ Bash <%= @character.resistance("bash") %> - + Arcane <%= @character.resistance("arcane") %> - + Fire <%= @character.resistance("fire") %> - + Frost <%= @character.resistance("frost") %> - + Lightning <%= @character.resistance("lightning") %> @@ -125,27 +125,27 @@
- + - + - + - + - + - + -- cgit v1.2.3
Acid <%= @character.resistance("acid") %>
Thunder <%= @character.resistance("thunder")%>
Radiant <%= @character.resistance("radiant") %>
Necrotic <%= @character.resistance("necrotic") %>
Poison <%= @character.resistance("poison") %>
Bleed <%= @character.resistance("bleed") %>