From c7e2f0f4a93b03e6060cdb9f8c0bf16dceba5684 Mon Sep 17 00:00:00 2001 From: DJObleezy Date: Tue, 22 Apr 2025 22:33:19 -0700 Subject: [PATCH] Update .datum-label color to white Changed the color of the `.datum-label` class from orange (`#ff9d00`) to white (`#ffffff`) for improved visibility. --- static/css/dashboard.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/static/css/dashboard.css b/static/css/dashboard.css index c7b3148..7d4e337 100644 --- a/static/css/dashboard.css +++ b/static/css/dashboard.css @@ -225,7 +225,7 @@ } .datum-label { - color: #ff9d00; /* Orange color */ + color: #ffffff; /* White color */ font-size: 0.85em; font-weight: bold; text-transform: uppercase;