server libraries locally in the docker container

This commit is contained in:
kaysond
2021-11-28 09:42:59 -08:00
committed by nitnelave
parent ddeb4c3ce3
commit 9f138ec4ac
7 changed files with 69 additions and 13 deletions

12
app/static/style.css Normal file
View File

@@ -0,0 +1,12 @@
header h1 {
font-family: 'Bebas Neue', cursive;
}
.table>tbody {
vertical-align: middle;
}
.table>tbody a {
font-weight: 700;
text-decoration: none;
}