style tables and add developers directory in about

This commit is contained in:
2023-10-27 09:44:21 -04:00
parent 8a7cc0dc7b
commit d24da5e476
2 changed files with 27 additions and 1 deletions

View File

@@ -92,7 +92,20 @@ html {
color: #ECEFF4;
}
/* Everything below this line isn't styled yet */
table, td {
border: 2px solid;
border-color: #ECEFF4;
border-collapse: collapse;
padding: 4px;
background-color: #2E3440;
}
th {
border: 2px solid;
background-color: #88C0D0;
color: #2E3440;
border-color: #ECEFF4;
}
fhead {
background-color: #2E3440;