From 856cf88a1980dd7fefdd31b86677f3f05ba2dd5f Mon Sep 17 00:00:00 2001 From: MayaTheShy Date: Thu, 19 Feb 2026 23:37:04 -0500 Subject: [PATCH] fix: Update last seen text color for better visibility in dashboard display --- webbridge.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/webbridge.lua b/webbridge.lua index 46224e6..e086b86 100644 --- a/webbridge.lua +++ b/webbridge.lua @@ -154,7 +154,7 @@ local function drawDashboard() end -- Last seen - monitor.setTextColor(colors.darkGray) + monitor.setTextColor(colors.gray) monitor.write(string.format(" %ds", timeSince or 0)) y = y + 1