From 267adaf8456ee0c3d5b1727bb151876f43f85a5c Mon Sep 17 00:00:00 2001
From: totoW <anthony.weiss1910@gmail.com>
Date: Thu, 11 Jan 2024 16:00:56 +0100
Subject: [PATCH] made the user count visible

---
 startbootstrap-agency-gh-pages/index.php | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/startbootstrap-agency-gh-pages/index.php b/startbootstrap-agency-gh-pages/index.php
index 4c935cc..96a72d6 100644
--- a/startbootstrap-agency-gh-pages/index.php
+++ b/startbootstrap-agency-gh-pages/index.php
@@ -85,9 +85,9 @@ echo "Hello Mr./Ms. ".explode('@',$_SESSION["username"])[0].", you were last onl
                     <ul class="navbar-nav text-uppercase ms-auto py-4 py-lg-0">
                         
                     <li>
-                        <div id="onlineUsers">Loading ...</div>
+                        <div id="onlineUsers" style="color:white">Loading ...</div>
                         </li>
-                        
+
                         <li>
                         <form action="/search" method="GET">
                             <input type="text" name="query" id=search placeholder="Search...">
-- 
GitLab