Archive file support

This commit is contained in:
2019-12-13 10:53:51 -05:00
parent 9778acda77
commit be23201210
40 changed files with 879 additions and 434 deletions

View File

@@ -23,6 +23,15 @@ body {
border: none;
}
.sub-document {
background: #37474F;
}
.sub-document .text-muted {
color: #8a949c !important;
}
.list-group-item {
background: #212121;
color: #e0e0e0;

View File

@@ -15,6 +15,10 @@ body {
box-shadow: 0 .125rem .25rem rgba(0, 0, 0, .075) !important;
}
.sub-document {
background: #AB47BC1F;
}
.navbar-brand {
font-size: 1.75rem;
padding: 0;