diff --git a/atlas.html b/atlas.html index b33f36d..c0db563 100644 --- a/atlas.html +++ b/atlas.html @@ -1,6 +1,7 @@ + diff --git a/crafter.html b/crafter.html index 17ce149..c171825 100644 --- a/crafter.html +++ b/crafter.html @@ -1,6 +1,7 @@ + diff --git a/customizer.html b/customizer.html index 95cbfb0..219aa0f 100644 --- a/customizer.html +++ b/customizer.html @@ -1,6 +1,7 @@ + diff --git a/display.js b/display.js index 2fce225..49ec570 100644 --- a/display.js +++ b/display.js @@ -1709,6 +1709,7 @@ function displayDefenseStats(parent_elem, build, insertSummary){ let boost = document.createElement("td"); boost.textContent = eledefs[i]; + boost.classList.add(eledefs[i] >= 0 ? "positive" : "negative"); boost.classList.add("right"); eledefElemRow.appendChild(boost); diff --git a/index.html b/index.html index 1156ce2..0eef43e 100644 --- a/index.html +++ b/index.html @@ -1,6 +1,7 @@ + diff --git a/items.html b/items.html index d8d46d4..75de044 100644 --- a/items.html +++ b/items.html @@ -1,6 +1,7 @@ + diff --git a/items_2.html b/items_2.html index a3c72e9..e0f2aa4 100644 --- a/items_2.html +++ b/items_2.html @@ -1,6 +1,7 @@ +