diff --git a/parts/static/style.css b/parts/static/style.css index ff8b9b7..a2b4d60 100644 --- a/parts/static/style.css +++ b/parts/static/style.css @@ -62,6 +62,8 @@ input[type=text].search-bar { width: 30%; display: inline-block; border: 1px #226666 solid; + color: #D7E2E2; + background-color: #226666; } .filter-container ul { @@ -82,7 +84,7 @@ input[type=checkbox]{ } input[type=checkbox] + label.toggle-btn { - padding:6px 0 6px 0; + padding:10px 0 10px 0; display: block; color: rgba(94,146,146, 0.5); background-color: #D7E2E2;