From 7c0e4b73db4b3ae62c856ce0046c1aa44cafdf6f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marek=20Gur=C3=A1=C5=88?= Date: Mon, 7 Aug 2023 18:27:11 +0200 Subject: [PATCH] Small fix to dashboard text --- app/css/material-light.php | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/app/css/material-light.php b/app/css/material-light.php index ac1f5b5a..c0b6bef0 100644 --- a/app/css/material-light.php +++ b/app/css/material-light.php @@ -613,3 +613,7 @@ a.scroll-to-top.rounded i.fas.fa-angle-up { .info-item.col-xs-3 { color: ; } + +.text-muted { + color: !important; +}