missing style change

This commit is contained in:
Ryan
2025-03-14 18:16:19 -04:00
committed by GitHub
parent ad12ee717f
commit c7c57c24b0

View File

@@ -277,14 +277,14 @@ body.dark-mode header {
color: white;
}
/* Default (light mode) */
.material-icons.folder-icon {
color: black;
margin-right: 5px; /* adjust the value as needed */
}
/* Dark mode */
body.dark-mode .material-icons.folder-icon {
color: white;
margin-right: 5px;
}
/* ===========================================================