From bca48487c2a363c3127f3b2031087d2f7452d0ac Mon Sep 17 00:00:00 2001 From: Miraty Date: Mon, 12 Oct 2020 18:55:58 +0200 Subject: [PATCH] More contrast with secondary texts --- themes/dark/theme.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/themes/dark/theme.php b/themes/dark/theme.php index aec59e3..a10332f 100755 --- a/themes/dark/theme.php +++ b/themes/dark/theme.php @@ -11,5 +11,5 @@ $variablesTheme = array( "borderHover" => "#808080", "borderFocus" => "white", "text" => "white", - "secondaryText" => "#868686" + "secondaryText" => "#bababa" ); // Définit les couleurs du thème