Add tag based filtering

This commit is contained in:
2022-07-15 21:31:40 +02:00
parent 70c12c69b2
commit 66a85b4ed7
5 changed files with 13 additions and 6 deletions

View File

@@ -6,6 +6,11 @@
display: inline-block;
}
a.badge, a.badge:hover {
text-decoration: none;
color: #fff;
}
.tab-pane {
min-height: 300px;
}