From 62984b5d18c82bfdc30401fc832e714a14390cd8 Mon Sep 17 00:00:00 2001 From: MayaTheShy Date: Sat, 21 Mar 2026 19:26:26 -0400 Subject: [PATCH] Add styling for last update text: adjust font size, color, and text shadow for better visibility --- web/client/src/App.css | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/web/client/src/App.css b/web/client/src/App.css index 20692ec..6130fcc 100644 --- a/web/client/src/App.css +++ b/web/client/src/App.css @@ -181,6 +181,13 @@ body { 50% { opacity: 0.3; } } +.last-update-text { + font-size: 0.65rem; + color: var(--mc-text-gray, #aaa); + text-shadow: 1px 1px 0 var(--mc-dark); + white-space: nowrap; +} + /* === Command Toast === */ .command-toast { position: fixed;