From 191c9c464efcf492e3b9e15a40997d9b209197c3 Mon Sep 17 00:00:00 2001 From: KenwoodFox Date: Mon, 6 Jan 2025 12:00:14 -0500 Subject: [PATCH] Fix style regression --- app/static/style.css | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/app/static/style.css b/app/static/style.css index ccb7f77..cd808f2 100644 --- a/app/static/style.css +++ b/app/static/style.css @@ -59,9 +59,15 @@ body { } .milestone-text { + color: #fff; font-size: 24px; + font-weight: bold; text-shadow: 1px 1px 2px #000; + display: block; + width: 100%; text-align: center; + white-space: nowrap; + overflow: visible; } /* ========================= */