From cdcc010fe0eb15ebf68083a5fe30fe7cff90781c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Alex=20Arag=C3=B3n?= Date: Mon, 29 Apr 2019 18:18:41 -0500 Subject: [PATCH] fix color --- app/Resources/public/css/base.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app/Resources/public/css/base.css b/app/Resources/public/css/base.css index ab2769ab32..e4991c5d7f 100644 --- a/app/Resources/public/css/base.css +++ b/app/Resources/public/css/base.css @@ -753,7 +753,7 @@ input[type=checkbox], input[type=radio] { } .box-widget .card-body .stat-widget-five .box-name{ font-size: 12px; - color: #99abb4; + color: #666; } .box-widget .card-body .stat-widget-five span.date{ font-size: 14px; @@ -766,7 +766,7 @@ input[type=checkbox], input[type=radio] { .box-widget .card-body{ padding: 2px; background: #f5f5f5; - color: #666; + color: #000; } .card .content {