From 46901cc10c165354d10754097c4141614e348d17 Mon Sep 17 00:00:00 2001 From: Alexander Ebert Date: Mon, 17 Jul 2023 18:06:53 +0200 Subject: [PATCH] Fix a typo in the style variable value --- .../files/acp/update_com.woltlab.wcf_6.0_styleVariables.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wcfsetup/install/files/acp/update_com.woltlab.wcf_6.0_styleVariables.php b/wcfsetup/install/files/acp/update_com.woltlab.wcf_6.0_styleVariables.php index 8cc9261e1c..51242c742d 100644 --- a/wcfsetup/install/files/acp/update_com.woltlab.wcf_6.0_styleVariables.php +++ b/wcfsetup/install/files/acp/update_com.woltlab.wcf_6.0_styleVariables.php @@ -56,7 +56,7 @@ $styleVariables = [ ['wcfFooterBoxHeadlineLink', 'rgba(58, 58, 61, 1)', 'rgba(209, 210, 211, 1)'], ['wcfFooterBoxHeadlineLinkActive', 'rgba(58, 58, 61, 1)', 'rgba(255, 255, 255, 1)'], ['wcfFooterBoxHeadlineText', 'rgba(58, 58, 61, 1)', 'rgba(209, 210, 211, 1)'], - ['wcfFooterBoxLink', 'rgba(38, 113, 166', 'rgba(29, 155, 209, 1)'], + ['wcfFooterBoxLink', 'rgba(38, 113, 166, 1)', 'rgba(29, 155, 209, 1)'], ['wcfFooterBoxLinkActive', 'rgba(22, 81, 124, 1)', 'rgba(64, 179, 228, 1)'], ['wcfFooterBoxText', 'rgba(58, 58, 61, 1)', 'rgba(158, 158, 158, 1)'], ['wcfFooterCopyrightBackground', 'rgba(50, 92, 132, 1)', 'rgba(36, 46, 61, 1)'], -- 2.20.1