Show unreadable archives in web interface (#49)

This commit is contained in:
Alex Ling
2020-07-18 13:29:03 +00:00
parent 1b244c68b8
commit bdba7bdd13
6 changed files with 96 additions and 38 deletions

View File

@@ -97,3 +97,7 @@ td>.uk-dropdown {
.item .uk-card-title {
font-size: 1rem;
}
.grayscale {
filter: grayscale(100%);
}