add projects
This commit is contained in:
parent
a0e3e8d10b
commit
e5bc1bdd80
3 changed files with 114 additions and 24 deletions
css
|
@ -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;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue