Implemented Task Manager

This commit is contained in:
2026-04-13 14:25:53 -05:00
parent 1aadf40164
commit d2604b5c10
9 changed files with 234 additions and 6 deletions

View File

@@ -86,6 +86,10 @@ hr {
border-bottom: 1px dashed var(--color);
}
label {
color: var(--color);
}
header {
display: flex;
flex-direction: row;