add projects

This commit is contained in:
rick 2024-05-16 20:28:59 +02:00
commit e5bc1bdd80
Signed by: Rick
GPG key ID: A2E7B6CA577C8F07
3 changed files with 114 additions and 24 deletions

View file

@ -13,4 +13,24 @@ tr:nth-child(even) {
td {
border-left: 1px dotted black;
}
}
.finished {
color: blueviolet;
font-weight: bold;
}
.archived {
color: red;
font-weight: bold;
}
.working {
color: limegreen;
font-weight: bold;
}
.hiatus {
color: orange;
font-weight: bold;
}