From 3329bed15fb6f85250e45f9e61a6a56cf1459a2e Mon Sep 17 00:00:00 2001
From: Innovation Inc <connorrox60@gmail.com>
Date: Sun, 21 Apr 2019 19:51:48 -0500
Subject: [PATCH] Update taskbar.html

---
 taskbar.html | 21 +++++++++++++++++++--
 1 file changed, 19 insertions(+), 2 deletions(-)

diff --git a/taskbar.html b/taskbar.html
index b6ecd57..eeb7d7e 100644
--- a/taskbar.html
+++ b/taskbar.html
@@ -43,12 +43,29 @@ function checkTime(i) {
 	.nowrap {
 		white-space: nowrap;	    
 	    }
+		a:link
+		{
+			color:#FFFFFF;
+			text-decoration: none;
+		}
+
+		a:visited
+		{
+			color:#FFFFFF;
+			text-decoration: none;
+		}
+
+		a:hover 
+		{
+			color:#FFFFFF;
+			text-decoration: none;
+		}
   </style>
 	
   <body style="background-color:black;" onload="startTime();">
 
-	<a target="app" href="index-closed.html" title="Returns you to the Desktop"><button>Home</button>&nbsp;</a><p>|</p>
-	<a target="app" href="apps/About/index.html"><img src="apps/About/about.png">&nbsp;</p>|</p>
+	<a target="app" href="index-closed.html" title="Returns you to the Desktop"><button>Home</button></a>
+	<a target="app" href="apps/About/index.html"><img src="apps/About/about.png">|</a>
 	  <br />
 	  <div class="cwhite" style="text-align:left" id="txt"></div>
 	</body>