Add styling for last update text: adjust font size, color, and text shadow for better visibility

This commit is contained in:
MayaTheShy
2026-03-21 19:26:26 -04:00
parent 39a04cc5e9
commit 62984b5d18

View File

@@ -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;