diff --git a/appStyle.css b/appStyle.css
index 8e620ab..c343181 100644
--- a/appStyle.css
+++ b/appStyle.css
@@ -4,6 +4,7 @@ body{
height: 100vh;
margin: 0px;
background-color: none;
+ color:white !important;
}
@font-face {
font-family: "lucide";
@@ -12,6 +13,7 @@ body{
}
*{
font-family: system-ui, 'lucide';
+ color:white !important;
}
navRail{
width: 100vw;
@@ -38,4 +40,28 @@ forward::after{
padding-left:0.5em;
font-size: 1.3em;
color:white;
+}
+.fileMan li{
+ list-style-type: "";
+}
+.fileMan li.folder::before {
+ content: "\e333";
+ border-radius: 0ch;
+ padding-inline: 0.5ch;
+ margin-inline-end: 0ch;
+ margin-left: -32.5px;
+}
+.fileMan li.fileGeneric::before {
+ content: "\e0c1";
+ border-radius: 0ch;
+ padding-inline: 0.5ch;
+ margin-inline-end: 0ch;
+ margin-left: -32.5px;
+}
+.fileMan li.parentDir::before {
+ content: "\e04e";
+ border-radius: 0ch;
+ padding-inline: 0.5ch;
+ margin-inline-end: 0ch;
+ margin-left: -32.5px;
}
\ No newline at end of file
diff --git a/applications/fm.nvapp.html b/applications/fm.nvapp.html
index 55a3c1c..3e947ae 100644
--- a/applications/fm.nvapp.html
+++ b/applications/fm.nvapp.html
@@ -1,19 +1,52 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
\ No newline at end of file
+