Added CSV Import and Export

This commit is contained in:
DESKTOP-T0O5CDB\DESK-555BD
2024-01-19 20:37:13 -07:00
parent 60edb65b55
commit d8249c7163
11 changed files with 93 additions and 15 deletions

View File

@@ -286,10 +286,8 @@ input[type="file"] {
max-height:10vh;
}
[data-bs-theme=dark] .taskCard {
color: #000;
background-color: rgba(255,255,255,0.5);
}
[data-bs-theme=light] .taskCard {
color: #000;
background-color: rgba(80,80,80,0.25);
}