From: Alexander Ebert Date: Wed, 21 Sep 2016 14:53:02 +0000 (+0200) Subject: Slighty darker sidebar background X-Git-Tag: 3.0.0_Beta_1~43 X-Git-Url: https://git.stricted.de/?a=commitdiff_plain;h=2069e7a953ec8f1a8c97621e6ebf7fe629af2d85;p=GitHub%2FWoltLab%2FWCF.git Slighty darker sidebar background The previous value had a quite low contrast compared to the background color, causing it to blend in on badly calibrated displays. --- diff --git a/wcfsetup/setup/db/install.sql b/wcfsetup/setup/db/install.sql index fbee554a65..b797854280 100644 --- a/wcfsetup/setup/db/install.sql +++ b/wcfsetup/setup/db/install.sql @@ -2105,7 +2105,7 @@ INSERT INTO wcf1_style_variable (variableName, defaultValue) VALUES ('wcfNavigat INSERT INTO wcf1_style_variable (variableName, defaultValue) VALUES ('wcfNavigationLink', 'rgba(44, 62, 80, 1)'); INSERT INTO wcf1_style_variable (variableName, defaultValue) VALUES ('wcfNavigationLinkActive', 'rgba(44, 62, 80, 1)'); INSERT INTO wcf1_style_variable (variableName, defaultValue) VALUES ('wcfNavigationText', 'rgba(170, 170, 170, 1)'); -INSERT INTO wcf1_style_variable (variableName, defaultValue) VALUES ('wcfSidebarBackground', 'rgba(241, 245, 250, 1)'); +INSERT INTO wcf1_style_variable (variableName, defaultValue) VALUES ('wcfSidebarBackground', 'rgb(236, 241, 247)'); INSERT INTO wcf1_style_variable (variableName, defaultValue) VALUES ('wcfSidebarDimmedLink', 'rgba(44, 62, 80, 1)'); INSERT INTO wcf1_style_variable (variableName, defaultValue) VALUES ('wcfSidebarDimmedLinkActive', 'rgba(44, 62, 80, 1)'); INSERT INTO wcf1_style_variable (variableName, defaultValue) VALUES ('wcfSidebarDimmedText', 'rgba(127, 140, 141, 1)');