diff --git a/homepage/index.php b/homepage/index.php
index df28a8d..554b641 100644
--- a/homepage/index.php
+++ b/homepage/index.php
@@ -5,7 +5,7 @@ body::-webkit-scrollbar {
display:none
}
-
+
diff --git a/homepage/style.css b/homepage/style.css
index 8dbc2ce..b5edaf2 100644
--- a/homepage/style.css
+++ b/homepage/style.css
@@ -798,4 +798,13 @@ pre.bash {
#toolsbtn {
min-width: max-content;
+}
+
+#showpassword {
+ cursor:pointer;
+ margin-left:2px;
+ height:5px;
+ line-height:5px;
+ padding:3px;
+ background-color:#9fe29b
}
\ No newline at end of file
diff --git a/homepage/views.php b/homepage/views.php
index d446f63..ea153e5 100644
--- a/homepage/views.php
+++ b/homepage/views.php
@@ -21,7 +21,7 @@ if (file_exists('./scripts/thisrun.txt')) {
$config = parse_ini_file('./scripts/firstrun.ini');
}
?>
-
+