diff --git a/d2warehouse/app/static/style.css b/d2warehouse/app/static/style.css index ab19ad0..7a9e991 100644 --- a/d2warehouse/app/static/style.css +++ b/d2warehouse/app/static/style.css @@ -65,3 +65,8 @@ input[type="checkbox"]:checked + label { color: rgb(199, 179, 119); } +.raw-item { + max-width: 120px; + background-color: #444; + color: rgb(240, 240, 240); +} diff --git a/d2warehouse/app/templates/item.html b/d2warehouse/app/templates/item.html index 58a3c0b..81aef81 100644 --- a/d2warehouse/app/templates/item.html +++ b/d2warehouse/app/templates/item.html @@ -11,6 +11,6 @@
  • {{stat}}
  • {% endfor %} {% endif %} -
  • {{item.raw().hex()}}
  • +