diff --git a/script.js b/script.js index 044b1f27..df4355b0 100644 --- a/script.js +++ b/script.js @@ -1037,6 +1037,7 @@ function initialize() { s_types.forEach(t => { t.checked = false; }); + s_typeAndOr.onchange(); s_awokensCounts.forEach(t => { t.value = 0; }); diff --git a/style.css b/style.css index ac042c83..50a6b386 100644 --- a/style.css +++ b/style.css @@ -1344,11 +1344,11 @@ ul{ .row-mon-level .monster-cost { background-color: #2F2B28; - border: solid 4px #563E22; + border: solid 3px #563E22; border-radius: 12px; padding: 0 5px; font-size: 0.8em; - box-shadow: inset 0 4px 4px black; + box-shadow: inset 0 3px 3px black; } .row-mon-plus .plus-box{ border-color: #A07740;