Added missign files

This commit is contained in:
MrFry 2020-03-19 16:37:35 +01:00
parent bd574acf65
commit dcb36beda9
4 changed files with 218 additions and 0 deletions

View file

@ -0,0 +1,22 @@
.repoTable {
width: 100%;
}
.description {
font-size: 17px;
color: white;
text-align: center;
}
.repoTable thead td {
padding: 10px;
text-align: center;
font-size: 25px;
color: white;
}
.repoTable tbody td {
padding: 10px;
text-align: center;
font-size: 18px;
}