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

---
 taskbar.html | 7 +++++--
 1 file changed, 5 insertions(+), 2 deletions(-)

diff --git a/taskbar.html b/taskbar.html
index ba15d84..f2e7b0e 100644
--- a/taskbar.html
+++ b/taskbar.html
@@ -37,12 +37,15 @@ function checkTime(i) {
       color: white;
 	position: absolute;
       }
+	p {
+		color: white;
+	    }
 	
   </style>
 	
   <body style="background-color:black;" onload="startTime();">
-	  <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>
+	  <a target="app" href="index-closed.html" title="Returns you to the Desktop"><button>Home</button></a><p>|</p>
+	  <a target="app" href="apps/About/index.html"><img src="apps/About/about.png"></a><p>|</p>
 	  <br />
 	  <div class="cwhite" style="text-align:left" id="txt"></div>
 	</body>