diff --git a/style.css b/style.css index 4be71e1d..308d5353 100644 --- a/style.css +++ b/style.css @@ -1325,6 +1325,15 @@ ul{ line-height: 35px; text-shadow: black 2px 2px 0; } +.row-mon-level .monster-cost +{ + background-color: #2F2B28; + border: solid 4px #563E22; + border-radius: 12px; + padding: 0 5px; + font-size: 0.8em; + box-shadow: inset 0 4px 4px black; +} .row-mon-plus .plus-box{ border-color: #A07740; border-style: solid;