clean up and beginning to implement catfilter

This commit is contained in:
Jonas Heinrich 2020-06-19 16:15:06 +02:00
parent 5f67640161
commit 3cbde1b9f2
9 changed files with 36 additions and 829 deletions

View file

@ -1336,23 +1336,3 @@ aside .aside-icon:hover {
}
/*# sourceMappingURL=main.css.map */
ul.catFilter {
display: flex;
flex-wrap: wrap;
}
ul.catFilter li {
padding: 0px 10px;
background-color: #333333;
color: #7c7c7c;
margin: 0 5px 5px 0;
font-size: 1rem;
font-weight: normal;
overflow-wrap: break-word;
}
ul.catFilter li.available a {
color: #eeeeee;
}