add folders uploading

This commit is contained in:
Ryan
2025-03-14 18:11:32 -04:00
committed by GitHub
parent 8b1dc6907c
commit ad12ee717f
6 changed files with 246 additions and 87 deletions

View File

@@ -277,6 +277,16 @@ body.dark-mode header {
color: white;
}
/* Default (light mode) */
.material-icons.folder-icon {
color: black;
}
/* Dark mode */
body.dark-mode .material-icons.folder-icon {
color: white;
}
/* ===========================================================
FORMS & LOGIN
=========================================================== */