From c5724e862ff9beb0f192eb50ccd36063a5ab3cee Mon Sep 17 00:00:00 2001 From: Matthieu Leproux Date: Mon, 14 Mar 2022 10:35:55 +0100 Subject: [PATCH] related to ##1628 dark mode for cards descriptionin application page --- admin/themes/roma/theme.css | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/admin/themes/roma/theme.css b/admin/themes/roma/theme.css index 9101475fb..3e5b0914f 100644 --- a/admin/themes/roma/theme.css +++ b/admin/themes/roma/theme.css @@ -1719,3 +1719,7 @@ li.plupload_delete a:hover {background: url("images/cancelhover.svg")!important; .applicationCard .applicationName { color: #c1c1c1; } + +.applicationCard .applicationDesc { + color: #bbb; +} \ No newline at end of file