From 98a1a84d22bbe06deafc5cf25c571423420c2825 Mon Sep 17 00:00:00 2001 From: Matthieu Leproux Date: Mon, 14 Mar 2022 11:02:22 +0100 Subject: [PATCH] (cp c5724e862) 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 76ca2a77e..042dc7374 100644 --- a/admin/themes/roma/theme.css +++ b/admin/themes/roma/theme.css @@ -1703,3 +1703,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