From b253e5aa7c1b7c433f8f9f4ee3a01079bbade561 Mon Sep 17 00:00:00 2001 From: DJObleezy Date: Sat, 26 Apr 2025 16:14:29 -0700 Subject: [PATCH] Update .datum-label color to cyan Changed the color of the `.datum-label` class from white (`#ffffff`) to cyan. Updated the corresponding comment to reflect the new color. --- 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 0f50e1a..393077d 100644 --- a/static/css/dashboard.css +++ b/static/css/dashboard.css @@ -218,7 +218,7 @@ } .datum-label { - color: #ffffff; /* White color */ + color: cyan; /* cyan color */ font-size: 0.95em; font-weight: bold; text-transform: uppercase;