Fixed filter colors

pull/3/head
Davide Bongiovanni 5 years ago
parent 066c38db80
commit fd7c400bfe

@ -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;

Loading…
Cancel
Save