From df1678fac7652f4978770dbef3b1b6d176b16fbd Mon Sep 17 00:00:00 2001 From: DJObleezy Date: Tue, 22 Apr 2025 22:38:03 -0700 Subject: [PATCH] Increase font size for datum labels in dashboard.css Updated the font size of the `.datum-label` class from `0.85em` to `0.95em` to enhance readability. --- 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 f17a8d7..cacd019 100644 --- a/static/css/dashboard.css +++ b/static/css/dashboard.css @@ -226,7 +226,7 @@ .datum-label { color: #ffffff; /* White color */ - font-size: 0.85em; + font-size: 0.95em; font-weight: bold; text-transform: uppercase; margin-left: 4px;