missing style change
This commit is contained in:
@@ -277,14 +277,14 @@ body.dark-mode header {
|
|||||||
color: white;
|
color: white;
|
||||||
}
|
}
|
||||||
|
|
||||||
/* Default (light mode) */
|
|
||||||
.material-icons.folder-icon {
|
.material-icons.folder-icon {
|
||||||
color: black;
|
color: black;
|
||||||
|
margin-right: 5px; /* adjust the value as needed */
|
||||||
}
|
}
|
||||||
|
|
||||||
/* Dark mode */
|
|
||||||
body.dark-mode .material-icons.folder-icon {
|
body.dark-mode .material-icons.folder-icon {
|
||||||
color: white;
|
color: white;
|
||||||
|
margin-right: 5px;
|
||||||
}
|
}
|
||||||
|
|
||||||
/* ===========================================================
|
/* ===========================================================
|
||||||
|
|||||||
Reference in New Issue
Block a user